mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Free heap variable
This commit is contained in:
parent
29012aa74f
commit
ac29a2acc2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue