Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.4
-
Symbian
-
120199e1ba102fb294e580b2905e370c15ebf2d0
Description
QGraphicsViewPrivate has a QCursor member. Creating this member triggers a call to QCursorData::initialize(), which creates more than 20 QCursorData objects to qt_cursorTable. On Symbian platform, corresponding QCursorData::cleanup() is never called which causes QCursorData objects to be leaked.