Index: trunk/Ohana/src/libfits/test/imagecomp.c
===================================================================
--- trunk/Ohana/src/libfits/test/imagecomp.c	(revision 38441)
+++ trunk/Ohana/src/libfits/test/imagecomp.c	(revision 38553)
@@ -11,6 +11,6 @@
 int bitpix[] = {8, 16, 32, -32, -64, 0};
 
-//char *cmptype[] = {"GZIP_1", NULL};
-//int bitpix[] = {16, 0};
+// char *cmptype[] = {"NONE", NULL};
+// int bitpix[] = {16, 0};
 
 static int NX = 10;
@@ -31,4 +31,5 @@
       test_compress_fulltile (bitpix[j], cmptype[i]);
       test_compress_fullrange (bitpix[j], cmptype[i]);
+      ok (ohana_memcheck (TRUE), "no memory corruption");
     }
   }
@@ -42,4 +43,5 @@
       test_compress_fulltile (bitpix[j], cmptype[i]);
       test_compress_fullrange (bitpix[j], cmptype[i]);
+      ok (ohana_memcheck (TRUE), "no memory corruption");
     }
   }
@@ -53,4 +55,5 @@
       test_compress_fulltile (bitpix[j], cmptype[i]);
       test_compress_fullrange (bitpix[j], cmptype[i]);
+      ok (ohana_memcheck (TRUE), "no memory corruption");
     }
   }
