From a0358f52c0fe43de10bdaba3eb76479791c0ae98 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 11 Sep 2017 15:48:13 +0900 Subject: [PATCH] Revert "[Tizen] fixed crash issues" This reverts commit 7763713701749b923b353d2414738876468809c4. Change-Id: I372acf15a0fd02a869e1c79149274325f816d06b --- adaptors/common/gl/egl-implementation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/adaptors/common/gl/egl-implementation.cpp b/adaptors/common/gl/egl-implementation.cpp index b458c2c..dd2a59e 100644 --- a/adaptors/common/gl/egl-implementation.cpp +++ b/adaptors/common/gl/egl-implementation.cpp @@ -155,7 +155,6 @@ void EglImplementation::DestroySurface() { if(mIsOwnSurface && mCurrentEglSurface) { - MakeContextNull(); eglDestroySurface( mEglDisplay, mCurrentEglSurface ); mCurrentEglSurface = 0; } -- 2.7.4