[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix memory leak
    noreply at xfce.org 
    noreply at xfce.org
       
    Tue Jun  7 10:04:21 CEST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/libxfce4ui.
commit cb86ca6ae7ed4266242adcb72cbade9f3ea26921
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue Jun 7 11:00:14 2016 +0300
    Fix memory leak
---
 libxfce4ui/xfce-dialogs.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/libxfce4ui/xfce-dialogs.c b/libxfce4ui/xfce-dialogs.c
index be4d981..dd0c905 100644
--- a/libxfce4ui/xfce-dialogs.c
+++ b/libxfce4ui/xfce-dialogs.c
@@ -677,6 +677,7 @@ xfce_message_dialog_new_valist (GtkWindow   *parent,
       gtk_window_set_icon_name (GTK_WINDOW (dialog), icon_stock_id);
     }
 
+  g_object_unref (gxml);
   return dialog;
 #else /* GTK2 */
   GtkWidget   *dialog;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list