diff lib-src/yow.c @ 70284:1a11061f92fa

(yow): Free buf.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 29 Apr 2006 21:36:04 +0000
parents 00adf45090ee
children 2ecafc6d5db7
line wrap: on
line diff
--- a/lib-src/yow.c	Sat Apr 29 21:18:05 2006 +0000
+++ b/lib-src/yow.c	Sat Apr 29 21:36:04 2006 +0000
@@ -176,6 +176,7 @@
   }
   buf[i++] = 0;
   printf("%s\n", buf);
+  free (buf);
 }
 
 /* arch-tag: e40fc0df-bafb-4001-af24-5c883d1c685e