From 6243868e31550873d4773d5913d7d81fc70553c8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 19 Sep 2006 04:07:25 +0000 Subject: [PATCH] Fix seggie. SVN revision: 25972 --- src/bin/e_apps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index d83f08d79..e714b3c9e 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -2315,6 +2315,7 @@ _e_app_subdir_rescan(E_App *app) if (l->data == l2->data) { /* We still have this app */ + e_object_unref(E_OBJECT(a2)); a2 = NULL; break; } @@ -2326,8 +2327,8 @@ _e_app_subdir_rescan(E_App *app) ch->change = E_APP_DEL; e_object_ref(E_OBJECT(ch->app)); changes = evas_list_append(changes, ch); + e_object_unref(E_OBJECT(a2)); } - e_object_unref(E_OBJECT(a2)); } /* FIXME: We only need to tell about order changes if there are! */ evas_list_free(app->subapps);