Index: tests/.expect/alloc.txt
===================================================================
--- tests/.expect/alloc.txt	(revision e276be6a8916de2345a6b39ef103c6499a9f7f6e)
+++ tests/.expect/alloc.txt	(revision 9d5d01ff2dd5fbc4074ad96437ff41cbe25be26c)
@@ -73,4 +73,2 @@
 pointer arithmetic 0
 CFA deep malloc 0xdeadbeef
-CFA warning (UNIX pid:11367) : program terminating with 144(0x90) bytes of storage allocated but not freed.
-Possible cause is unfreed storage allocated by the program or system/library routines called from the program.
Index: tests/alloc.cfa
===================================================================
--- tests/alloc.cfa	(revision e276be6a8916de2345a6b39ef103c6499a9f7f6e)
+++ tests/alloc.cfa	(revision 9d5d01ff2dd5fbc4074ad96437ff41cbe25be26c)
@@ -10,6 +10,6 @@
 // Created On       : Wed Feb  3 07:56:22 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Apr  6 20:35:28 2020
-// Update Count     : 427
+// Last Modified On : Mon Apr  6 21:08:23 2020
+// Update Count     : 428
 //
 
@@ -171,6 +171,6 @@
 	for ( i; 5 * dim ) { printf( "%#x ", ip[i] ); }
 	printf( "\n" );
-	free( ip );
 #endif // 0
+	free( ip );
 
 	// resize, non-array types
