Search found 1 match
- Thu Sep 13, 2012 7:53 am
- Forum: Support
- Topic: Memory leak in LoadFromStream
- Replies: 1
- Views: 7517
Memory leak in LoadFromStream
Hi, I get a memory leak when I use the LoadFromStream procedure: ReportMemoryLeaksOnShutdown := True; RichView.LoadFromStream( stream ); ... On Shutdown I get this error: --------------------------- Unexpected Memory Leak --------------------------- An unexpected memory leak has occurred. The ...