[Lazarus] Memory leaks

José Mejuto joshyfun at gmail.com
Fri Nov 23 12:37:19 CET 2012


El 22/11/2012 14:48, Antonio Fortuny escribió:

Hello,

> Call trace for block $001EA898 size 28
>    $0060787C  IDSTACK_init,  line 937 of
> D:/Programmes/LazPk/Indy10_5_8/Lib/System/IdStack.pas

This is clear ;)

>    $0040DBB4
>    $004120D1

This two may come from Windows OS libraries, or maybe the fpc RTL 
functions (more probably).

>    $BAADF00D

This comes from an already freed object (BAD FOOD), so the first step 
could be to change all object.free by FreeAndNil(object).


-- 





More information about the Lazarus mailing list