finalize photo datamgr when view will be destroyed 41/45241/1 accepted/tizen/tv/20150804.235424 submit/tizen/20150804.130749
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 4 Aug 2015 02:38:24 +0000 (11:38 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 4 Aug 2015 02:38:24 +0000 (11:38 +0900)
Change-Id: I2cc2e444e1506c30f8f2322b806de73f8f6d480a
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_photo.c

index f417d54..d44b05b 100644 (file)
@@ -472,6 +472,7 @@ static void _destroy(void *data)
 
        priv = data;
 
+       datamgr_fini(priv->dm);
        evas_object_del(priv->base);
        free(priv);
 }