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

If QObject::disconnect() is called via a directly connected slot, then the connection lists can end up continually growing

    XMLWordPrintable

Details

    • 6e0b5dadc7e91be786411809f1f9667c239168e2 (qt/qtbase/dev)

    Description

      If QObject::disconnect() is called via a directly connected slot, then the connection lists can end up continually growing as it is possible for it to get into a state where it does not clear the connection lists of the disconnected signals.

      If the connection is queued then it does this fine as the connection list is not in use at the time of the disconnect.

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes