[c/c++] error: CrtIsValidHeapPointer(pUserData) - free memory not on the heap
That's right, when you try to 'free()' memo
- that is already freed or
- that is not on the heap (e.g. a local varible to the function)
CrtIsValidHeapPointer(pUserData) error occurs (VC++)
No comments:
Post a Comment