[Lazarus] Memory leaks

Antonio Fortuny a.fortuny at sitasoftware.lu
Fri Nov 23 12:46:50 CET 2012



Le 23/11/2012 12:37, José Mejuto a écrit :
> 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 ;)
Obviously and it is known memory leak
>
>>    $0040DBB4
>>    $004120D1
>
> This two may come from Windows OS libraries, or maybe the fpc RTL
> functions (more probably).
Annoying but can cope with it
>
>>    $BAADF00D
>
> This comes from an already freed object (BAD FOOD), so the first step
> could be to change all object.free by FreeAndNil(object).
Ouaou ! This means a lot of search !
>
>






More information about the Lazarus mailing list