shithub: riscv

Download patch

ref: ddd51650d8c9c0d0fb684417728a270ed73b4629
parent: b5d47d6debac215c652f5842cb1a719ca497d4e6
author: mischief <[email protected]>
date: Sat Feb 1 22:17:48 EST 2014

acid: fix memory leak in fundefs (from 9atom)

--- a/sys/src/cmd/acid/print.c
+++ b/sys/src/cmd/acid/print.c
@@ -88,6 +88,7 @@
 			Bprint(bout, "%-*s", max, vec[j]);
 		Bprint(bout, "\n");
 	}
+	free(vec);
 }
 
 void