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

QNetworkConfigurationManager: app shutdown triggers update of configurations

XMLWordPrintable

      in the destructor of QNetworkConfigurationManager, we call qNetworkConfigurationManagerPrivate(), which checks on a pointer to a private and constructs it if it is 0. At app shutdown, the pointer has already been reset to 0 and we try to trigger a new update without an event loop. We should just do nothing if the app is shutting down.

        For Gerrit Dashboard: QTBUG-30585
        # Subject Branch Project Status CR V

            peter-har Peter Hartmann
            peter-har Peter Hartmann
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes