This commit is contained in:
Paul 2001-02-09 17:27:28 +00:00
parent 46b7054549
commit e7eda79d3d

View File

@ -368,7 +368,7 @@ void freeDebugMem( void * addr )
return;
}
}
ASSERT( !"Can't find debug mem node" );
ASSERT( !"Can't find debug mem node ( memory already freed? )" );
}