summaryrefslogtreecommitdiff
path: root/res/ael/ael.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/ael/ael.tab.c')
-rw-r--r--res/ael/ael.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ael/ael.tab.c b/res/ael/ael.tab.c
index c6d2ce4a6..1864c184f 100644
--- a/res/ael/ael.tab.c
+++ b/res/ael/ael.tab.c
@@ -2137,8 +2137,8 @@ yyreduce:
if (!(yyvsp[(5) - (6)].pval)) {
ast_log(LOG_WARNING, "==== File: %s, Line %d, Cols: %d-%d: Warning! The empty context %s will be IGNORED!\n",
my_file, (yylsp[(4) - (6)]).first_line, (yylsp[(4) - (6)]).first_column, (yylsp[(4) - (6)]).last_column, (yyvsp[(3) - (6)].str) );
+ (yyval.pval) = 0;
free((yyvsp[(3) - (6)].str));
-
} else {
(yyval.pval) = npval2(PV_CONTEXT, &(yylsp[(1) - (6)]), &(yylsp[(6) - (6)]));
(yyval.pval)->u1.str = (yyvsp[(3) - (6)].str);