mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +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…
Reference in New Issue
Block a user