Memory Leak
Posted: Wed Jan 16, 2008 8:48 am
Maybe in 6.2 i just found a memory leak in siComp.
Can you check the line 8203 - Lst.CommaText := Value;
The fastMM Memory manager complains about this line. Indeed I see a Lst := TStringList.Create; But no destroy code (on the first look).
Greetings
Sven
Update - i added a lst.free in the following try finally block and the memory manager feels happy. is this ok?
Can you check the line 8203 - Lst.CommaText := Value;
The fastMM Memory manager complains about this line. Indeed I see a Lst := TStringList.Create; But no destroy code (on the first look).
Greetings
Sven
Update - i added a lst.free in the following try finally block and the memory manager feels happy. is this ok?