diff options
author | mread <qt-info@nokia.com> | 2011-12-12 13:10:28 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2011-12-12 13:38:57 (GMT) |
commit | 09449825551798a09c2bf18daea18e8e2abe93bc (patch) | |
tree | e3d6cb9d8209ebcf9d84b320fb627e86f5987878 /src/s60installs/eabi | |
parent | 54613aec3bdac668d198923814873a9e622ad675 (diff) | |
download | Qt-09449825551798a09c2bf18daea18e8e2abe93bc.zip Qt-09449825551798a09c2bf18daea18e8e2abe93bc.tar.gz Qt-09449825551798a09c2bf18daea18e8e2abe93bc.tar.bz2 |
Revert "Fix memory leaks in OpenVG and OpenGL resource pools"
This reverts commit 8752faf0564bed86396b01529dc8ef5064150f4c.
Also Revert "Fix def files"
This reverts commit d2a3b9ee8c9329cac96b5e509df0e6a69dbef91c.
This was found to cause a crash in QMLGallery app.
It is not necessary to delete these resource pools at app
exit, as the OS should automatically release the resources
at this point.
Reviewed-by: Jani Hautakangas
Diffstat (limited to 'src/s60installs/eabi')
-rw-r--r-- | src/s60installs/eabi/QtOpenVGu.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/eabi/QtOpenVGu.def b/src/s60installs/eabi/QtOpenVGu.def index f87c71d..a66df98 100644 --- a/src/s60installs/eabi/QtOpenVGu.def +++ b/src/s60installs/eabi/QtOpenVGu.def @@ -176,7 +176,7 @@ EXPORTS _ZN12QVGImagePool11detachImageEP13QVGPixmapData @ 175 NONAME _ZN12QVGImagePool12reclaimSpaceE13VGImageFormatllP13QVGPixmapData @ 176 NONAME _ZN12QVGImagePool12releaseImageEP13QVGPixmapDatam @ 177 NONAME - _ZN12QVGImagePool12setImagePoolEPS_ @ 178 NONAME ABSENT + _ZN12QVGImagePool12setImagePoolEPS_ @ 178 NONAME _ZN12QVGImagePool13removeFromLRUEP13QVGPixmapData @ 179 NONAME _ZN12QVGImagePool15moveToHeadOfLRUEP13QVGPixmapData @ 180 NONAME _ZN12QVGImagePool20createImageForPixmapE13VGImageFormatllmP13QVGPixmapData @ 181 NONAME |