mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
forgot to free this
This commit is contained in:
parent
f64e3e528d
commit
ed7323ea88
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user