[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: g_free() on a GtkWidget is wrong on so many levels.. (bug #11713)

noreply at xfce.org noreply at xfce.org
Tue Mar 17 22:11:53 CET 2015


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 <rw at 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.


More information about the Xfce4-commits mailing list