[Lazarus] CHM help package
Marco van de Voort
marcov at stack.nl
Mon Dec 11 22:39:17 CET 2017
On Mon, Dec 11, 2017 at 10:27:33PM +0100, Werner Pamler via Lazarus wrote:
> And chmfifimain seems to have a memory leak in "destructor
> TChmSearchWriter.Destroy;" which does not call "inherited" -- see
> attached patch.
> Index: chm/src/chmfiftimain.pas
> ===================================================================
> --- chm/src/chmfiftimain.pas (revision 37715)
> +++ chm/src/chmfiftimain.pas (working copy)
> @@ -392,6 +392,7 @@
>
> begin
> freeandnil(FActiveLeafNode);
> + inherited;
> end;
Done.
More information about the Lazarus
mailing list