Index: trunk/psLib/test/image/tst_psImageStats03.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats03.c	(revision 1078)
+++ trunk/psLib/test/image/tst_psImageStats03.c	(revision 1107)
@@ -71,5 +71,6 @@
     /*  Deallocate data structures                                   */
     /*************************************************************************/
-    psImageFree(tmpImage);
+    // GUS: replace with psFree()?
+    //    psImageFree(tmpImage);
 
     psMemCheckCorruption(1);
