[baobab] We should not free the event ourselves



commit 23f765941fa2c2f6cb084841f4c0ed2375a02b9b
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Jun 5 22:33:02 2013 +0200

    We should not free the event ourselves

 src/baobab-window.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index 8721777..bd42a18 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -126,7 +126,6 @@ namespace Baobab {
             event.any.send_event = 1;
 
             Gtk.main_do_event(event);
-            event.free();
         }
 
         public Window (Application app) {


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