[3.0] Initialize a member about tbm surface format 76/105676/1
authortaeyoon <taeyoon0.lee@samsung.com>
Mon, 19 Dec 2016 09:08:18 +0000 (18:08 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Mon, 19 Dec 2016 09:10:45 +0000 (18:10 +0900)
Change-Id: Ic7c9878794e3a003eb663c64a659012339b0c9d4

adaptors/tizen/native-image-source-impl-tizen.cpp

index 38000a9..fe249e5 100755 (executable)
@@ -83,6 +83,7 @@ NativeImageSource::NativeImageSource( unsigned int width, unsigned int height, D
   mHeight( height ),
   mOwnTbmSurface( false ),
   mTbmSurface( NULL ),
+  mTbmFormat( 0 ),
   mBlendingRequired( false ),
   mColorDepth( depth ),
   mEglImageKHR( NULL ),