Details

    • f6de476552e16be80f4c191890796c4f4ba95ce4

    Description

      in corelib/animation/qabstractanimation.cpp

      QAnimationDriver::~QAnimationDriver()
      {
      QUnifiedTimer *timer = QUnifiedTimer::instance(true);
      if (timer->canUninstallAnimationDriver(this))
      uninstall();
      }

      a new QUnifiedTimer::instance will be created when the last QAnimationDriver is deleted. It will be interesting to compare the shutown here (e.g. the TLS storage the UnifiedTimer is in might be destroyed before the QAnimationDriver?) Workaround might be to use QUnifiedTimer::instance(false);

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            holger Holger Freyther
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes