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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.

commit ca2b7fdf3f684a55280174ecf20935c7f2e7c897
Author: Robby Workman <r...@rlworkman.net>
Date:   Tue Mar 17 22:10:56 2015 +0100

    g_free() on a GtkWidget is wrong on so many levels.. (bug #11713)
---
 panel-plugin/systemload.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 628947e..4df29e5 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -394,7 +394,6 @@ monitor_free(XfcePanelPlugin *plugin, t_global_monitor 
*global)
         g_source_remove(global->timeout_id);
 
     g_free(global->command.command_text);
-    g_free(global->menu_item);
 
     for(count = 0; count < 3; count++)
     {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to