[fpc-pascal] Re: I need an lNet expert: multiple connections and only one central CallAction() - is this possible?
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue May 29 21:49:11 CEST 2012
On 29 May 2012, at 21:31, Bernd wrote:
> 2012/5/29 Bernd Kreuss <prof7bit at googlemail.com>:
>> Also with my code I
>> seem to be able to produce strange crashes inside heaptrc that I have
>> never seen before.
>
> Here it is again:
It means that you have memory corruption in your program (using objects after freeing them, writing via pointers that have already been freed, writing past end of a memory block allocated to a pointer, etc).
Jonas
More information about the fpc-pascal
mailing list