aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/iotivity/files/gcc5.patch
blob: cc6952c5b3f12208268ce79acfe1e3b6efd5c44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/service/resource-container/src/BundleInfoInternal.cpp b/service/resource-container/src/BundleInfoInternal.cpp
index a15ae9c..ddd1579 100644
--- a/service/resource-container/src/BundleInfoInternal.cpp
+++ b/service/resource-container/src/BundleInfoInternal.cpp
@@ -32,7 +32,7 @@ namespace OIC
             m_resourceCreator = nullptr;
             m_resourceDestroyer = nullptr;
             m_bundleHandle = nullptr;
-            m_so_bundle = nullptr;
+            m_so_bundle = false;

             m_loaded = false;
             m_activated = false;