Search found 2 matches
- Wed Jul 18, 2007 1:22 pm
- Forum: Support
- Topic: Memory leak
- Replies: 2
- Views: 8807
memory leaking
TRichView will delete picarray .Picture.Graphic, but picarray will not be deleted. Yes, I think this can be the cause of my problem! This is about memory leaks. As for AV errors, may be you add the same picture more than one time, so it is freed several time? Such mistakes - I found - are easier to ...
- Wed Jul 18, 2007 12:44 am
- Forum: Support
- Topic: Memory leak
- Replies: 2
- Views: 8807
Memory leak
From a beginners point: I have difficulties with access errors and memory leaks when closing application with TRV (ver9) + table + dynamic generated images. Images are created on demand like: Timage(picarray ):=Timage.create .... picarray .loadfromfile(filelist )..... table.cells[x,y].addpicturex ...