egl/eglrefimpl/src/session.cpp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/egl/eglrefimpl/src/session.cpp	Tue Aug 31 16:31:06 2010 +0300
+++ b/egl/eglrefimpl/src/session.cpp	Wed Sep 01 12:39:21 2010 +0100
@@ -319,7 +319,6 @@
     
     // release display lock as we're going to wait on sync object after this point, not releasing display lock at this 
     // point will cause deadlock
-    // coverity[stale]
     iDriver.Unlock();
 
     // sync obj refcount has been incremented so it won't get destroyed even if other thread call eglDestroySyncKHR or eglTerminate