Call config_file_free() at end of input_overlay_load_overlay

This commit is contained in:
twinaphex 2015-02-23 09:13:23 +01:00
parent d4abbd9c83
commit 50e731776b

View File

@ -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: