From: kees de Kapper on
Hi All,

How can I retrieve lost pointers to memory blocks. E.g. when my application crashes, I lose my pointers to the memory blocks, which results in memory leaks.
How can I get those pointers back to free the memory.

Thanks in advance,

Kees.