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

Potential memory leak in lupdate

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes