mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[XCB] Fix small memory leak.
This commit is contained in:
parent
addfc1d367
commit
5543e6497f
1 changed files with 1 additions and 0 deletions
|
@ -1213,6 +1213,7 @@ static void main_loop_x11_event_handler_view(xcb_generic_event_t *event) {
|
|||
NK_BINDINGS_KEY_STATE_PRESS);
|
||||
if (text != NULL) {
|
||||
rofi_view_handle_text(state, text);
|
||||
g_free(text);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue