[fpc-devel]fpc v1.1 cpupara memleak

Jonas Maebe jonas at zeus.rug.ac.be
Sat Jul 13 11:02:24 CEST 2002


On Sat, 13 Jul 2002, Sergey Korshunoff wrote:

> -begin
> +initialization
>     paramanager:=ti386paramanager.create;
> +finalization
> +   paramanager.free;
>  end.
[snip]

It's simpler/safer to just put the free in a finalization section of
paramgr. It's fixed now.


Jonas





More information about the fpc-devel mailing list