Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Invalid
-
Affects Version/s: 4.7.4
-
Fix Version/s: 4.8.0
-
Component/s: (Inactive) OpenVG
-
Labels:
-
Environment:Symbian
-
Commits:8752faf0564bed86396b01529dc8ef5064150f4c
Description
QVGImagePool is not deleted when application is closed. This is not a severe memory leak, but would be fairly easy to fix by deleting the pool (QVGImagePool::setImagePool(0)) for example in the QVGGraphicsSystem destructor.