Re: [fpc-pascal] TList.SetCount patch

2008-05-23 Thread Michael Van Canneyt
On Thu, 22 May 2008, Joao Morais wrote: > > Hello, > > the following patch fixes a memory leakage for lists with owned objects. > (patch against fixes_2_2, sorry, at least it is an one file patch and very > small) > Applied to trunk and merged to fixes_2_2. Thank you very much. Michael. __

[fpc-pascal] TList.SetCount patch

2008-05-22 Thread Joao Morais
Hello, the following patch fixes a memory leakage for lists with owned objects. (patch against fixes_2_2, sorry, at least it is an one file patch and very small) Joao Morais Index: rtl/objpas/classes/lists.inc === --- rtl/objpa