[elm_pager.c] Added NULL check.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 18 Feb 2011 02:46:00 +0000 (11:46 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 18 Feb 2011 02:46:00 +0000 (11:46 +0900)
src/lib/elm_pager.c

index ae67d92..0f03ed7 100644 (file)
@@ -424,6 +424,7 @@ elm_pager_to_content_pop(Evas_Object *obj, Evas_Object *content)
                {
                   wd->stack = eina_list_remove_list(wd->stack, ll);
                   ecore_job_add(_del_job, it->content);
+                  it->content = NULL;
                }
              else
                break;