tschumann
Spy
- Joined
- May 31, 2008
- Messages
- 838
- Reaction score
- 0
I'm writing a program that opens up a Half-Life .bsp file, but I'm having some problems with memory. In Release the program runs fine and, but in Debug I get the following error:
Debug assertion failed!
File: <...>\dbgdel.cpp
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
It seems to appear when I delete the instance of my bsp class.
Anyone know what the problem might be?
Debug assertion failed!
File: <...>\dbgdel.cpp
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
It seems to appear when I delete the instance of my bsp class.
Anyone know what the problem might be?