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

CLONE - memory leak in QFileDialog

    XMLWordPrintable

Details

    Description

      This line

      QString fileName = QFileDialog::getOpenFileName(this, "Open File of Graph", currentDir.absolutePath() );

      leads to memory leak in 27 bytes

      Object Name Size Root Address References To Get#
      C++ native memory.8501 27 False 0x04D6D358 0 1

      Compiler Visual C++ 2008, profiler AQTime 6.3.

      "this" pointer is

      MainWindow::MainWindow(QWidget *parent) :
      QMainWindow(parent),
      ui(new Ui::MainWindow)
      { ...

      Attachments

        1. screenshot-1.jpg
          226 kB
          Ivan Komissarov
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            arch Ivan Komissarov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes