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

Potential memory leak in lupdate

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P4: Low
    • None
    • 5.15
    • Tools: Linguist

    Description

      Coverity reports a potential memory leak in CppParser, which instantiates a ParseResults object with operator new in the constructor, but doesn't have a destructor. While the object is deleted in reportResults, there are code paths where this doesn't happen.

      Attachments

        Issue Links

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

          Activity

            People

              vhilshei Volker Hilsheimer
              vhilshei Volker Hilsheimer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes