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

QFreeList object not freed on exit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.6.0
    • 5.5.1
    • Core: Threads
    • None
    • Windows 10 x64
      vs2013 update 4
    • be2e0f75ae2e55f235b34b402b70628a839b7782

    Description

      This leak was introduced by 314c83c0c2f91532654f869b7dc6af1b7e8538da
      Now in mutex.cpp with a compiler which don't support thread safe static variable, a function named freelist() is used to create the global QFreeList object,it will be created when the first time it was accessed, but will never be released. This will cause memory leak detector to report memory leaks.

      Attachments

        Activity

          People

            jianliang79 liang jian
            jianliang79 liang jian
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: