How do I find the variable causing the memory leak ?
-
I get a memory leak like this on debugging (after exiting the application): {1557} normal block at 0x00483160, 2 bytes long. Data: <1 > 31 00 How do I exactly find out the variable (name) holding the memory 0x00483160 that causes the leak. Note : Double-clicking on the aforementioned line doesn't show me the place of the memory leak Thanx in Advance.
-
I get a memory leak like this on debugging (after exiting the application): {1557} normal block at 0x00483160, 2 bytes long. Data: <1 > 31 00 How do I exactly find out the variable (name) holding the memory 0x00483160 that causes the leak. Note : Double-clicking on the aforementioned line doesn't show me the place of the memory leak Thanx in Advance.
Try some tool to find the memeory leak such as http://www.codeproject.com/KB/applications/visualleakdetector.aspx[^]