memory leak in TWPPDFPrinter

  • We're using WPPdf 2.5. I was running my program through the AQTime memory profiler, and found a memory leak in a TWPPDFPrinter object.

    On looking at the source code, the problem is that the destructor TWPPDFExportInfo.Destroy is not marked with override. On changing that, the leak was fixed.

    Has this already been fixed in a subsequent update?

    Thanks,
    Daniel