Added free for the xcb event

This commit is contained in:
buffet 2018-10-30 00:13:01 +01:00
parent fa503bf630
commit edc86076fa

View file

@ -126,6 +126,8 @@ main(int argc, char *argv[])
if (!event) { if (!event) {
continue; continue;
} }
free(event);
} }
} }