Originally posted by MikeAThon

edit: I just remembered that the debug version sets "this" to something odd like 0xCDCDCDCD, so the check against NULL won't work.
it's not odd It's the debug CRT at work.
Code:
static unsigned char _bCleanLandFill  = 0xCD;   /* fill new objects with this */