diff options
-rw-r--r-- | src/app-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c index 4f91835..b7b557a 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -318,7 +318,7 @@ nick_activate_cb (GSimpleAction *action, nick, g_desktop_app_info_get_filename (priv->appinfo)); } - g_object_unref (context); + return; } static void |