mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Call config_file_free() at end of input_overlay_load_overlay
This commit is contained in:
parent
d4abbd9c83
commit
50e731776b
@ -500,6 +500,8 @@ static bool input_overlay_load_overlay(input_overlay_t *ol,
|
||||
overlay->center_x = overlay->x + 0.5f * overlay->w;
|
||||
overlay->center_y = overlay->y + 0.5f * overlay->h;
|
||||
|
||||
config_file_free(conf);
|
||||
|
||||
return true;
|
||||
|
||||
error:
|
||||
|
Loading…
Reference in New Issue
Block a user