[store] fix the store free
authorYun ilkook <ilkook.yun@samsung.com>
Tue, 24 May 2011 01:20:59 +0000 (10:20 +0900)
committerYun ilkook <ilkook.yun@samsung.com>
Tue, 24 May 2011 01:20:59 +0000 (10:20 +0900)
Change-Id: I151160e42ce5fa846cb2a0e6d6f6ba1782717b16

debian/changelog
src/lib/elm_store.c

index 4fe73b2..073e250 100644 (file)
@@ -1,3 +1,11 @@
+elementary (1.0.0+svn.58393slp2+build11) unstable; urgency=low
+
+  * [store] fix the store free
+  * Git: slp-scm.sec.samsung.net:slp/pkgs/e/elementary
+  * Tag: elementary_1.0.0+svn.58393slp2+build11
+
+ -- Ilkook Yun <ilkook.yun@samsung.com>  Tue, 24 May 2011 10:19:43 +0900
+
 elementary (1.0.0+svn.58393slp2+build10) unstable; urgency=low
 
   * Upload Package - controlbar
index 472097b..123e25c 100644 (file)
@@ -642,7 +642,7 @@ elm_store_free(Elm_Store *st)
      }
    else
      {
-        printf("[store_debug][%s][%d]\n",__FUNCTION__,__LINE__);
+        elm_genlist_clear(st->genlist);
         st->live = EINA_FALSE;
         Eina_List *l;
         Eina_List *l_next;
@@ -680,7 +680,6 @@ elm_store_free(Elm_Store *st)
                }
           }
         eina_list_free(st->header_items);
-        printf("[store_debug][%s][%d]\n",__FUNCTION__,__LINE__);
 
         if (st->genlist)
           {