diff options
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 740d7e1..7b43630 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -625,6 +625,8 @@ indicator_desktop_shortcuts_nick_exec_with_context (IndicatorDesktopShortcuts * NULL, NULL); + g_free(groupheader); + GAppInfoCreateFlags flags = G_APP_INFO_CREATE_NONE; if (launch_context) { |