Fix crash when CancelTouchEvent() is called
authortaeyoon <taeyoon0.lee@samsung.com>
Tue, 6 Dec 2016 13:10:58 +0000 (22:10 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 6 Dec 2016 13:11:47 +0000 (22:11 +0900)
Change-Id: Iebb8a56b5581cb374b9912caaaa6d98bc988aa33

internal/widget_view/widget_view_impl.cpp

index 4d4487e..7358958 100644 (file)
@@ -185,7 +185,8 @@ WidgetView::WidgetView()
   mUpdatePeriod( 0.0 ),
   mPreviewVisible( true ),
   mStateTextVisible( true ),
-  mPermanentDelete( true )
+  mPermanentDelete( true ),
+  mRemoteSurface( NULL )
 {
 }
 
@@ -202,7 +203,8 @@ WidgetView::WidgetView( const std::string& widgetId, const std::string& contentI
   mUpdatePeriod( updatePeriod ),
   mPreviewVisible( true ),
   mStateTextVisible( true ),
-  mPermanentDelete( true )
+  mPermanentDelete( true ),
+  mRemoteSurface( NULL )
 {
 }