Do not free the event by ourselves

This commit is contained in:
Ignacio Casal Quinteiro 2013-06-05 18:31:21 +02:00
parent fbe5dd9e58
commit e995725f60

View file

@ -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]