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

Memory leak in plugin system

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 4.6.1, 4.8.6
    • Core: Plugins
    • None
    • Win32

    Description

      Memory leak appears when we loading image format plugins.
      In function QFactoryLoader::instance QT creates an object:
      if (QObject *obj = library->instance())

      { ..... }

      that never delete.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            vng Viktor Govako
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes