egl/eglrefimpl/src/session.cpp
changeset 168 2bd88482bfe5
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/egl/eglrefimpl/src/session.cpp	Wed Aug 18 11:05:09 2010 +0300
+++ b/egl/eglrefimpl/src/session.cpp	Thu Sep 02 21:50:40 2010 +0300
@@ -319,6 +319,7 @@
     
     // 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