Index: /branches/jch-memory/psLib/src/sys/psMemory.c
===================================================================
--- /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 11028)
+++ /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 11029)
@@ -10,6 +10,6 @@
 *  @author Joshua Hoblitt, University of Hawaii
 *
-*  @version $Revision: 1.88.2.28 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-11 00:47:15 $
+*  @version $Revision: 1.88.2.29 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-11 20:47:17 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -155,4 +155,5 @@
     }
 
+    #if 0
     // Currently psAlloc()/psRealloc() will blindly create memBlock's with a
     // size of 0.  This test is in here to check if this is really
@@ -164,4 +165,5 @@
         bad = true;
     }
+    #endif
 
     if (memBlock->refCounter < 1) {
