From 88b554ced638b2847e92c92139b704db69eaef46 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 9 May 2012 14:19:42 -0400 Subject: [PATCH] * #10320: calltree: don't leak GValue --- gnome/src/contacts/calltree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c index b9f1177d4f..c36d47e69e 100644 --- a/gnome/src/contacts/calltree.c +++ b/gnome/src/contacts/calltree.c @@ -1547,6 +1547,7 @@ void drag_data_received_cb(GtkWidget *widget, GdkDragContext *context UNUSED, gi default: break; } + g_value_unset(&val); } } -- GitLab