mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Free heap variable
This commit is contained in:
parent
29012aa74f
commit
ac29a2acc2
@ -397,6 +397,7 @@ static void open_document_handler(ui_browser_window_state_t *state, bool result)
|
||||
bool result = browser->open(&browser_state);
|
||||
open_document_handler(&browser_state, result);
|
||||
|
||||
free(browser_state.startdir);
|
||||
free(browser_state.title);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user