Clean up class member initialization 08/232908/1
authorInki Dae <inki.dae@samsung.com>
Fri, 8 May 2020 08:27:20 +0000 (17:27 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 8 May 2020 08:27:20 +0000 (17:27 +0900)
Change-Id: I29328408fe8f7495ba71ef26e8df08f72a0d4109
Signed-off-by: Inki Dae <inki.dae@samsung.com>
src/inference_engine_common_impl.cpp

index ee69405..f1bd550 100755 (executable)
@@ -41,11 +41,11 @@ namespace Common {
 
 InferenceEngineCommon::InferenceEngineCommon() :
     mSelectedBackendEngine(INFERENCE_BACKEND_NONE),
-       mProfiler(nullptr),
+       mProfiler(),
        mUseProfiler(false),
        mProfilerDumpType(IE_PROFILER_DUMP_MIN),
-    mBackendModule(nullptr),
-    mBackendHandle(nullptr)
+    mBackendModule(),
+    mBackendHandle()
 {
     LOGI("ENTER");
     LOGI("LEAVE");