Bug 3394 - SVG file - Panics once the svg file is closed NewGraphicsArchitecture
authorfimarlaht2 <>
Tue, 07 Sep 2010 14:11:58 +0300
branchNewGraphicsArchitecture
changeset 170 c794569c62b8
parent 157 b042127c80f6
child 172 75d1eb46860a
Bug 3394 - SVG file - Panics once the svg file is closed
openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp
--- a/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Tue Aug 24 16:17:55 2010 +0100
+++ b/openvg/openvgrefimplementation/sfopenvg/vgi/vgi.cpp	Tue Sep 07 14:11:58 2010 +0300
@@ -187,6 +187,7 @@
 	eglDestroySurface(egl.iEgldisplay, egl.iEglsurface);
 	delete egl.iPixmap;
 	ReleaseTls();
+	eglReleaseThread();	
 }
 
 VGI_API_CALL TInt VGISymbianResize( TSize aSize )