forgot to free this

This commit is contained in:
radius 2016-01-31 02:16:55 -05:00
parent f64e3e528d
commit ed7323ea88

View File

@ -1355,6 +1355,7 @@ static int action_ok_option_create(const char *path,
1, 100, true); 1, 100, true);
strlcpy(system->game_options_path, game_path, sizeof(system->game_options_path)); strlcpy(system->game_options_path, game_path, sizeof(system->game_options_path));
} }
config_file_free(conf);
return 0; return 0;
} }