mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-30 17:39:46 +00:00
Do not free the event by ourselves
This commit is contained in:
parent
fbe5dd9e58
commit
e995725f60
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
|
||||||
event.any.send_event = 1;
|
event.any.send_event = 1;
|
||||||
|
|
||||||
Gtk.main_do_event(event);
|
Gtk.main_do_event(event);
|
||||||
event.free();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[GtkCallback]
|
[GtkCallback]
|
||||||
|
|
Loading…
Reference in a new issue