diff options
Diffstat (limited to 'libslab/app-shell.c')
-rw-r--r-- | libslab/app-shell.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libslab/app-shell.c b/libslab/app-shell.c index 19d98bf2..8a09ec08 100644 --- a/libslab/app-shell.c +++ b/libslab/app-shell.c @@ -1184,6 +1184,12 @@ generate_new_apps (AppShellData * app_data) { g_object_unref (file); g_warning ("Cant get vfs info for %s\n", uri); + if (new_apps_category) { + g_free (new_apps_category->category); + g_free (new_apps_category); + } + g_free (all_apps_file_name); + g_strfreev (all_apps_split); return; } filetime = (long) g_file_info_get_attribute_uint64 (info, |