summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-13 14:39:55 +0100
committerStefano Karapetsas <[email protected]>2012-12-13 14:39:55 +0100
commitc2ec565b1f6dd95520537482d3d0fd1a4b0e5323 (patch)
tree49b815672b95c0cfbbd4ab5e7ecd667b4e47d22b
parent6c54e8633ccb398d669c20f988dbfc40af4819c1 (diff)
downloadmate-panel-c2ec565b1f6dd95520537482d3d0fd1a4b0e5323.tar.bz2
mate-panel-c2ec565b1f6dd95520537482d3d0fd1a4b0e5323.tar.xz
mate-panel: Add a missing g_free
-rw-r--r--mate-panel/applet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index 11fa617f..ed194942 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -1300,6 +1300,7 @@ mate_panel_applet_register (GtkWidget *applet,
locked_changed,
G_CALLBACK (mate_panel_applet_locked_change_notify),
G_OBJECT (applet));
+ g_free (locked_changed);
if (type == PANEL_OBJECT_DRAWER) {
Drawer *drawer = data;