initialize the member pointer in constructor 87/38187/1
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 14 Apr 2015 07:01:35 +0000 (16:01 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 14 Apr 2015 07:01:35 +0000 (16:01 +0900)
Change-Id: Idd462f6e93f328484d18caa1829bd321bd44f219
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/main.cpp

index 2fe1715..b57a239 100644 (file)
@@ -59,6 +59,8 @@ public:
 CVideoPlayerApp::CVideoPlayerApp(void)
 {
        m_pApp = new SAppData;
+       m_pVmgr = NULL;
+       m_pPlayerView = NULL;
 }
 
 CVideoPlayerApp::~CVideoPlayerApp(void)