# HG changeset patch # User fimarlaht2 <> # Date 1283857918 -10800 # Node ID c794569c62b8cc758d1e854dc3a79ad459d096a8 # Parent b042127c80f6965b36cb62e8b9332512b9c33932 Bug 3394 - SVG file - Panics once the svg file is closed diff -r b042127c80f6 -r c794569c62b8 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 )