Index: src/tests/.expect/alloc-ERROR.txt
===================================================================
--- src/tests/.expect/alloc-ERROR.txt	(revision d46ed6e6d373f0d84c7cf499d51da48c2bb6685b)
+++ src/tests/.expect/alloc-ERROR.txt	(revision cf0de0e095ba7a047d3be41533d28dbc17edd392)
@@ -1,3 +1,3 @@
-alloc.c:264:1 error: No reasonable alternatives for expression Applying untyped: 
+alloc.c:265:1 error: No reasonable alternatives for expression Applying untyped: 
   Name: ?=?
 ...to: 
@@ -19,5 +19,5 @@
 
 
-alloc.c:265:1 error: No reasonable alternatives for expression Applying untyped: 
+alloc.c:266:1 error: No reasonable alternatives for expression Applying untyped: 
   Name: ?=?
 ...to: 
@@ -39,5 +39,5 @@
 
 
-alloc.c:266:1 error: No reasonable alternatives for expression Applying untyped: 
+alloc.c:267:1 error: No reasonable alternatives for expression Applying untyped: 
   Name: ?=?
 ...to: 
@@ -50,5 +50,5 @@
 
 
-alloc.c:267:1 error: No reasonable alternatives for expression Applying untyped: 
+alloc.c:268:1 error: No reasonable alternatives for expression Applying untyped: 
   Name: ?=?
 ...to: 
Index: src/tests/alloc.c
===================================================================
--- src/tests/alloc.c	(revision d46ed6e6d373f0d84c7cf499d51da48c2bb6685b)
+++ src/tests/alloc.c	(revision cf0de0e095ba7a047d3be41533d28dbc17edd392)
@@ -10,6 +10,6 @@
 // Created On       : Wed Feb  3 07:56:22 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Feb 16 15:42:31 2018
-// Update Count     : 330
+// Last Modified On : Wed Jul 25 09:09:43 2018
+// Update Count     : 331
 //
 
@@ -54,4 +54,5 @@
 	p = alloc( fill );                                  // CFA alloc, fill
 	printf( "CFA alloc, fill %08x\n", *p );
+	free( p );
 
 
