From 7ac701babd7e1dba95fa8eb0fad333c812d18ca3 Mon Sep 17 00:00:00 2001 From: taeyoon Date: Mon, 19 Dec 2016 18:08:18 +0900 Subject: [PATCH] [3.0] Initialize a member about tbm surface format Change-Id: Ic7c9878794e3a003eb663c64a659012339b0c9d4 --- adaptors/tizen/native-image-source-impl-tizen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/adaptors/tizen/native-image-source-impl-tizen.cpp b/adaptors/tizen/native-image-source-impl-tizen.cpp index 38000a9..fe249e5 100755 --- a/adaptors/tizen/native-image-source-impl-tizen.cpp +++ b/adaptors/tizen/native-image-source-impl-tizen.cpp @@ -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 ), -- 2.7.4