[gtk+/gtk-3-14] listbox: Free the multipress gesture on finalize
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] listbox: Free the multipress gesture on finalize
- Date: Wed, 14 Jan 2015 16:45:27 +0000 (UTC)
commit 75659b2b607ae7c8ef35dd7a8ff4fe1286d7dfd9
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Jan 14 16:41:54 2015 +0100
listbox: Free the multipress gesture on finalize
gtk/gtklistbox.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 83aea78..feec990 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -363,6 +363,7 @@ gtk_list_box_finalize (GObject *obj)
g_clear_object (&priv->adjustment);
g_clear_object (&priv->drag_highlighted_row);
+ g_clear_object (&priv->multipress_gesture);
g_sequence_free (priv->children);
g_hash_table_unref (priv->header_hash);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]