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

QThreadData Memory leak

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 6.2.4
    • Core: Threads
    • None
    • Windows

    Description

      File "qthread_win.cpp", line 99:

      if (!threadData && createIfNecessary) {
       threadData = new QThreadData;              //   <- line 99
      ...
      }
      

      The allocated memory block in line 99 will not be freed.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            jwschuetz Jürgen Schütz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes