[gitg] Do not free the event by ourselves



commit e995725f60b0681fa1d00f4f7c7001d734a96eba
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Jun 5 18:31:21 2013 +0200

    Do not free the event by ourselves

 gitg/gitg-window.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index c4edd6a..b978d38 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -86,7 +86,6 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
                event.any.send_event = 1;
 
                Gtk.main_do_event(event);
-               event.free();
        }
 
        [GtkCallback]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]