[Tizen] Fix SVACE issue 53/179453/4 accepted/tizen/unified/20180521.003540 submit/tizen/20180518.060536
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 18 May 2018 02:01:46 +0000 (11:01 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 18 May 2018 06:04:50 +0000 (06:04 +0000)
- Initialized member variables in control-data-impl.cpp

Change-Id: I05695f892d9a0fb84c457c630d495130a7448022
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali-toolkit/internal/controls/control/control-data-impl.cpp

index e916a0e..73769c8 100755 (executable)
@@ -335,6 +335,8 @@ Control::Impl::Impl( Control& controlImpl )
   mPanGestureDetector(),
   mTapGestureDetector(),
   mLongPressGestureDetector(),
+  mTooltip( NULL ),
+  mInputMethodContext(),
   mFlags( Control::ControlBehaviour( CONTROL_BEHAVIOUR_DEFAULT ) ),
   mIsKeyboardNavigationSupported( false ),
   mIsKeyboardFocusGroup( false )