Memory leak problem
try to use _CrtSetBreakAlloc function with the alocation number to get allocation which is giving you the problem. and thus i think you can fix the issue
View ArticleMemory leak problem
Hi, The invalid object means that you have created an object at 0X0090B998, which ocuupies a bolck memory of 1122 bytes, and memory leak ocuurs in this object.
View ArticleMemory leak problem
Are you using global variables? Even though they aren't memory leaks they will register as memory leaks.I think the more problematic message there is the invalid object message.
View ArticleMemory leak problem
You Might have Created New at 3 places and not deleted those memory location...But memory leaks should show the exact file name and position from where memory leaks are coming..I can't figure out what...
View ArticleMemory leak problem
Hi All, I am having problem with memory leak problem where when i run in debug mode and quit all my software it will have this kind of message. Detected memory leaks!Dumping objects ->#File...
View Article