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

QThreadData Memory leak

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes