Re: [fpc-devel] patch for classes.inc: free items of InitHandlerList

2005-04-28 Thread Florian Klaempfl
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. >> >

Re: [fpc-devel] patch for classes.inc: free items of InitHandlerList

2005-04-27 Thread Vincent Snijders
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