[XCB] Fix small memory leak.

This commit is contained in:
Dave Davenport 2022-01-07 18:31:31 +01:00
parent addfc1d367
commit 5543e6497f
1 changed files with 1 additions and 0 deletions

View File

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