[gitg] Do not free the event by ourselves
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Do not free the event by ourselves
- Date: Wed, 5 Jun 2013 16:31:39 +0000 (UTC)
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]