Free heap variable

This commit is contained in:
twinaphex 2016-06-08 17:56:09 +02:00
parent 29012aa74f
commit ac29a2acc2

View File

@ -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);
}
}