improved delete stub

This commit is contained in:
Jeff Hill
2002-10-25 00:08:36 +00:00
parent c3ee505816
commit 3e884afdff

View File

@@ -128,6 +128,8 @@ void dbChannelIO::operator delete ( void *pCadaver )
// because if I declare placement new and delete, but
// comment out the placement delete definition there are
// no undefined symbols.
errlogPrintf ( "%s:%d this compiler is confused about placement delete - memory was probably leaked",
__FILE__, __LINE__ );
}