scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit f1adcb5a9b3ed145e0e42248aa11578ecb7ef2ee
parent edbfa2582bdfb774a8be7766e988172802614c5b
Author: Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
Date:   Fri, 15 Apr 2016 01:19:23 +0200

[cc2] Clean also the list of free nodes

Diffstat:
Mcc2/node.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc2/node.c b/cc2/node.c @@ -71,6 +71,7 @@ cleannodes(void) free(ap); } arena = NULL; + freep = NULL; } void