[Lazarus] Is this a bug?
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Jun 16 09:33:54 CEST 2017
On Fri, 16 Jun 2017 09:25:24 +0200
Ondrej Pokorny via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
> On 16.06.2017 9:12, Wolf via Lazarus wrote:
> > If the call to "halt;" is commented out, there is no memory leak
> > reported. Is this intentional?
>
> Yes, halt kills the program without finalizing anything. No code is
> executed afterwards. Everything that is allocated at the time Halt is
> executed results in a memory leak.
Halt calls the finalization sections.
Mattias
More information about the Lazarus
mailing list