diff -r 7652d902218f -r 969102054596 egl/eglrefimpl/src/session.cpp --- a/egl/eglrefimpl/src/session.cpp Fri Jul 30 13:21:01 2010 +0300 +++ b/egl/eglrefimpl/src/session.cpp Wed Aug 25 08:17:25 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