[Xfce4-commits] [apps/gigolo] 14/26: Fix bad free

noreply at xfce.org noreply at xfce.org
Thu Oct 25 08:04:06 CEST 2018


This is an automated email from the git hooks/post-receive script.

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/gigolo.

commit 58b64cc9536a2784dbdd95526a9dad41de1706dd
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Oct 22 23:10:29 2018 -0400

    Fix bad free
---
 src/window.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/window.c b/src/window.c
index a0081dd..b103e20 100644
--- a/src/window.c
+++ b/src/window.c
@@ -142,8 +142,6 @@ static void gigolo_window_destroy(GigoloWindow *window)
 	g_object_unref(priv->backend_gvfs);
 	priv->backend_gvfs = NULL;
 
-	g_object_unref (G_OBJECT (priv->builder));
-
 	gtk_widget_destroy(GTK_WIDGET(window));
 
 	gtk_main_quit();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list