From e7eda79d3d5ce6a607b71ce4426044e8e57c0e1a Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 9 Feb 2001 17:27:28 +0000 Subject: [PATCH] --- source/mem/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mem/memory.cpp b/source/mem/memory.cpp index 01a14e418..2766fe2b3 100644 --- a/source/mem/memory.cpp +++ b/source/mem/memory.cpp @@ -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? )" ); }