04-05-2019, 02:35 PM
There are some tools which may help. The big issue with memory corruption though is that its often very hard to find because the errors often manifest in very different places than where the actual error is.
I would strongly suggest investigating some of the tools for memory usage tracking in Delphi. Freeing and object twice is a common error.
I would strongly suggest investigating some of the tools for memory usage tracking in Delphi. Freeing and object twice is a common error.

