Change-Id: I1085d7b2bf92d46e83297c01cb6287326b236bdf
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
namespace Adaptor
{
EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+ mPollCounter(3),
mEglImplementation(eglImpl)
{
}
namespace Adaptor
{
EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+ mPollCounter(3),
mEglImplementation(eglImpl)
{
EGLDisplay display = mEglImplementation.GetDisplay();
namespace Adaptor
{
EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+ mPollCounter(3),
mEglImplementation(eglImpl)
{
}
#else
EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+ mPollCounter(3),
mEglImplementation(eglImpl)
{
}
namespace Adaptor
{
EglSyncObject::EglSyncObject(EglImplementation& eglImpl)
-: mPollCounter(3),
+: mEglSync(NULL),
+ mPollCounter(3),
mEglImplementation(eglImpl)
{
}