[3.0] Initialize a member about tbm surface format
[platform/core/uifw/dali-adaptor.git] / 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 ),