Index: trunk/psLib/test/sysUtils/tst_psLogMsg00.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 847)
+++ trunk/psLib/test/sysUtils/tst_psLogMsg00.c	(revision 852)
@@ -25,4 +25,5 @@
     int i = 0;
     int testStatus = true;
+    int currentId = psMemGetId();
 
     printPositiveTestHeader(stdout,
@@ -57,7 +58,11 @@
                 "default log levels",
                 testStatus);
+
+    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+        psAbort(__func__,"Memory Leaks!");
+    }
+    psMemCheckCorruption(1);
+
     return(!testStatus);
-
-
 }
 
