Do not unload the SO file.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 6 Aug 2014 12:41:52 +0000 (21:41 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 6 Aug 2014 12:43:04 +0000 (21:43 +0900)
Change-Id: I407c828f3f51bf347aae1ba137af18edfb311e33

packaging/com.samsung.data-provider-slave.spec
src/so_handler.c

index b996bce..7debeb0 100644 (file)
@@ -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
index 5e114c2..5317abb 100644 (file)
@@ -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;
 }