Fixed SVACE error in native-image-surface-impl-ecore-wl.cpp 27/264427/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Sep 2021 09:39:53 +0000 (10:39 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Sep 2021 09:39:53 +0000 (10:39 +0100)
Change-Id: I89f45ed39a8fe4131f2aa5efe86abc6f3f3a6ac4

dali/internal/window-system/tizen-wayland/native-image-surface-impl-ecore-wl.cpp

index c4b68f9..770072a 100644 (file)
@@ -44,6 +44,7 @@ NativeImageSurfaceEcoreWl::NativeImageSurfaceEcoreWl(Dali::NativeImageSourceQueu
   mEGLSurface(nullptr),
   mEGLContext(nullptr),
   mColorDepth(COLOR_DEPTH_32),
+  mTbmFormat(0u),
   mTbmQueue(nullptr),
   mDepth(false),
   mStencil(false),