Revert "[Tizen] fixed crash issues" 16/148916/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 06:48:13 +0000 (15:48 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 06:48:17 +0000 (15:48 +0900)
This reverts commit 7763713701749b923b353d2414738876468809c4.

Change-Id: I372acf15a0fd02a869e1c79149274325f816d06b

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;
   }