Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-22603

QS60StylePrivate leaks memory

    XMLWordPrintable

Details

    • 345c3f3502832e4850a6d9ea330ddca0c6e9c8bd

    Description

      QS60StylePrivate creates a QS60StyleAnimation object and appends it to m_animations (qs60style_s60.cpp, QS60StylePrivate::QS60StylePrivate()). It is never freed.

      Because application-wide QMutexPool and all the mutexes in it are only freed when last QObject in application is deleted, and QS60StyleAnimation is a QObject, this issue contributes to a mutex leak (https://bugreports.qt.nokia.com/browse/QTBUG-13227).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0348803 Miikka Heikkinen
            annaalto Annikka Aalto (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes