Fix for deadlock in PixmapRenderSurface 06/43606/2
authorDavid Fumanal <d.fumanal@samsung.com>
Fri, 10 Jul 2015 14:14:57 +0000 (15:14 +0100)
committerDavid Fumanal <d.fumanal@samsung.com>
Fri, 10 Jul 2015 14:51:38 +0000 (15:51 +0100)
Change-Id: I902d5efc30772dbb4d5555de560aa390ab2271e0

adaptors/x11/pixmap-render-surface-x.cpp

index 02f25e7..6f7b09b 100644 (file)
@@ -138,7 +138,7 @@ bool PixmapRenderSurface::ReplaceEGLSurface( EglInterface& egl )
 
 void PixmapRenderSurface::StartRender()
 {
-  mImpl->mSyncMode = SYNC_MODE_WAIT;
+
 }
 
 bool PixmapRenderSurface::PreRender( EglInterface&, Integration::GlAbstraction& )