2009/4/14 Sergei Gorelkin <[email protected]>: > TFileStream's have to be freed. Your problem is most probably caused by > memory > corruption somewhere in the skipped part of code. Once the heap is > corrupt, any operation that involves allocating or freeing memory may > end up with a random fault (but most often, with a SIGSEGV).
Okay, thanks, I'll have a look at that section of the code then. _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
