summaryrefslogtreecommitdiff
path: root/mate-panel/applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/applet.c')
-rw-r--r--mate-panel/applet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index 3f25ead1..160861e7 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -762,8 +762,6 @@ mate_panel_applet_destroy (GtkWidget *widget,
mate_panel_applet_clear_user_menu (info);
g_free (info->id);
- info->id = NULL;
-
g_free (info);
}
@@ -791,11 +789,7 @@ static void
free_applet_to_load (MatePanelAppletToLoad *applet)
{
g_free (applet->id);
- applet->id = NULL;
-
g_free (applet->toplevel_id);
- applet->toplevel_id = NULL;
-
g_free (applet);
}