diff options
-rw-r--r-- | mate-panel/launcher.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c index a6ef4be0..3c1886a4 100644 --- a/mate-panel/launcher.c +++ b/mate-panel/launcher.c @@ -655,6 +655,8 @@ setup_button (Launcher *launcher) button_widget_set_icon_name (BUTTON_WIDGET (launcher->button), icon); g_free (icon); + g_free (name); + g_free (comment); } static char * |