X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fcommon%2Fgl%2Fegl-implementation.cpp;h=dd2a59efb6f75bb00bdc0de4fa15f3891c179b37;hb=a0358f52c0fe43de10bdaba3eb76479791c0ae98;hp=b458c2c73a235e8f27f71e4e3d947402bb21f628;hpb=e83e2f5776c89439c95e49800f9a0e2ace2ed5e6;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git 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; }