Revert "[Tizen] fixed crash issues"
[platform/core/uifw/dali-adaptor.git] / adaptors / common / gl / egl-implementation.cpp
index b458c2c..dd2a59e 100644 (file)
@@ -155,7 +155,6 @@ void EglImplementation::DestroySurface()
 {
   if(mIsOwnSurface && mCurrentEglSurface)
   {
-    MakeContextNull();
     eglDestroySurface( mEglDisplay, mCurrentEglSurface );
     mCurrentEglSurface = 0;
   }