Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.0.0
-
None
Description
Currently starting a simple application and closing it (e.g. the syntaxhighlighter example) will show memory leaks/reachable memory in the valgrind analysis. This is due some bugs but also due different caches of Qt (font, pixmap).
It would be good for plugin creator and application designers to have Qt shutdown without any leak/still reachable memory.
Attachments
1.
|
~QAnimationDriver will (re)create the QUnifiedTimer... |
|
Closed | Unassigned |
2.
|
QPixmapCache::clear should be called on exit |
|
Closed | Unassigned |
3.
|
FontDatabase is leaked by many plugins (e.g. xcb, directfb) |
|
Open | Unassigned |
4.
|
EventDispatcher is leaked, deleting it will cause a crash |
|
Open | Unassigned |
5.
|
The fontdatabase is leaking something (the fontengine?) |
|
Open | Unassigned |