[dali_2.3.39] Merge branch 'devel/master'
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / windows-gl / egl-sync-implementation-windows.cpp
index df12970..a035e8a 100644 (file)
@@ -37,7 +37,8 @@ namespace Internal
 namespace Adaptor
 {
 EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+  mPollCounter(3),
   mEglImplementation(eglImpl)
 {
 }