summaryrefslogtreecommitdiff
path: root/main/ast_expr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.c')
-rw-r--r--main/ast_expr2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index d9abfc10f..4dcda2e3b 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -2415,7 +2415,6 @@ static void
free_value (struct val *vp)
{
if (vp==NULL) {
- free(vp);
return;
}
if (vp->type == AST_EXPR_string || vp->type == AST_EXPR_numeric_string)