Access violation in dbgdel.cpp?

Started by
0 comments, last by Matsen 18 years, 11 months ago
Anyone ever gotten an access violation in dbgdel.cpp? I'm using VS.NET 2003. It's dying on line 52, _ASSERTE(_BLOCK_TYPE_IS_VALID(pHead->nBlockUse)); Thanks. -Nick
Advertisement
You're probably deleting something twice, or maybe your trying to delete something that isn't dynamically allocated. Run a debug.

Regards Mats

This topic is closed to new replies.

Advertisement