Index: trunk/psLib/test/dataManip/tst_psStats05.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats05.c	(revision 893)
+++ trunk/psLib/test/dataManip/tst_psStats05.c	(revision 1073)
@@ -59,5 +59,5 @@
                             "psStats functions",
                             "Deallocate the psStats structure.");
-    psStatsFree(myStats);
+    psFree(myStats);
 
     psMemCheckCorruption(1);
@@ -73,16 +73,4 @@
                 testStatus);
 
-
-
-    printPositiveTestHeader(stdout,
-                            "psStats functions",
-                            "Deallocate NULL psStats structure.");
-    psStatsFree(NULL);
-    printFooter(stdout,
-                "psStats functions",
-                "Deallocate NULL psStats structure.",
-                testStatus);
-
-
     return (!testStatus);
 }
