From: Sung-jae Park Date: Wed, 6 Aug 2014 12:41:52 +0000 (+0900) Subject: Do not unload the SO file. X-Git-Tag: submit/tizen_mobile/20150512.125148^2~1^2~15^2~9^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12dbe73888d3bfe9e4e1052fdbe84156afefa23e;p=platform%2Fcore%2Fappfw%2Fdata-provider-slave.git Do not unload the SO file. Change-Id: I407c828f3f51bf347aae1ba137af18edfb311e33 --- diff --git a/packaging/com.samsung.data-provider-slave.spec b/packaging/com.samsung.data-provider-slave.spec index b996bce..7debeb0 100644 --- a/packaging/com.samsung.data-provider-slave.spec +++ b/packaging/com.samsung.data-provider-slave.spec @@ -2,7 +2,7 @@ Name: com.samsung.data-provider-slave Summary: Plugin type livebox service provider -Version: 0.16.1 +Version: 0.17.0 Release: 1 Group: HomeTF/Livebox License: Flora diff --git a/src/so_handler.c b/src/so_handler.c index 5e114c2..5317abb 100644 --- a/src/so_handler.c +++ b/src/so_handler.c @@ -638,9 +638,11 @@ HAPI int so_destroy(struct instance *inst) item->inst_list = eina_list_remove(item->inst_list, inst); delete_instance(inst); +#if 0 if (!item->inst_list) { delete_livebox(item); } +#endif return ret; }