ref: 279d40a3b400b6b56def291ae5f558d5527fe7bf
parent: afa1555b80132365d5b97ccea7b476d8efc82029
author: Roberto E. Vargas Caballero <[email protected]>
date: Fri Aug 14 03:18:38 EDT 2015
Add missed va_end() in decl.c:push()
--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -58,6 +58,7 @@
p->sym = va_arg(va, Symbol *);
break;
}
+ va_end(va);
}
static bool