Vincent Snijders wrote:
> Vincent Snijders wrote:
>
>> Hi,
>>
>> Attached patch frees the items of the InitHandlerList. The items are
>> allocated in RegisterInitComponentHandler, but never seem to be freeed.
>> Heaptrc showed a memleak, when you ran lazarus with the cgi package
>> installed.
>>
>
Vincent Snijders wrote:
Hi,
Attached patch frees the items of the InitHandlerList. The items are
allocated in RegisterInitComponentHandler, but never seem to be freeed.
Heaptrc showed a memleak, when you ran lazarus with the cgi package
installed.
Further testing showed that the patch contained