@dolik-rce commented on this pull request.
> - if (event && event->type == GDK_BUTTON_PRESS) - button_event = (GdkEventButton *) event; - else - gdk_event_free(event); BTW: This looks like a memory leak. The event object is only freed if it is triggered by keyboard. Good thing that we'll get rid of it soon :slightly_smiling_face: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3316#pullrequestreview-1146296604 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3316/review/[email protected]>
