Index: trunk/psLib/src/sys/psAssert.h
===================================================================
--- trunk/psLib/src/sys/psAssert.h	(revision 14676)
+++ trunk/psLib/src/sys/psAssert.h	(revision 14682)
@@ -23,6 +23,5 @@
 #define PS_ASSERT_PTR(PTR, RVAL) \
 { \
-    if (PTR == NULL) return RVAL; \
-    if (!psMemIsAlloced(PTR)) { \
+    if (PTR && (!psMemIsAlloced(PTR))) { \
         psError(PS_ERR_MEMORY_CORRUPTION, false, \
             "Error: Pointer %p is corrupted or not on the PS memory system.", \
