Index: /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/imagecomp.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/imagecomp.c	(revision 38491)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/imagecomp.c	(revision 38492)
@@ -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");
     }
   }
Index: /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tablecomp.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tablecomp.c	(revision 38491)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tablecomp.c	(revision 38492)
@@ -27,5 +27,5 @@
     test_compress_fullrange (cmptype[i]);
     test_compress_empty (cmptype[i]);
-    ok (ohana_memcheck_func (TRUE), "no memory corruption");
+    ok (ohana_memcheck (TRUE), "no memory corruption");
   }
 
Index: /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tcomptiming.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tcomptiming.c	(revision 38491)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/tcomptiming.c	(revision 38492)
@@ -29,5 +29,5 @@
     gfits_uncompress_timing();
   }
-  ok (ohana_memcheck_func (TRUE), "no memory corruption");
+  ok (ohana_memcheck (TRUE), "no memory corruption");
 
   return exit_status();
