From c2857a22e338973f7fa92e869851fcfa171070b4 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Mon, 17 Dec 2012 15:56:36 +0100 Subject: [PATCH] Let's still initialize the 'count' member... --- ast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ast.c b/ast.c index bdb9408..46f0539 100644 --- a/ast.c +++ b/ast.c @@ -73,6 +73,7 @@ static void ast_expression_init(ast_expression *self, self->expression.outr = NULL; self->expression.variadic = false; self->expression.params = NULL; + self->expression.count = 0; } static void ast_expression_delete(ast_expression *self) -- 2.39.2