summaryrefslogtreecommitdiff
path: root/src/regexp_nfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_nfa.c')
-rw-r--r--src/regexp_nfa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c
index 947b2e725..189e413ff 100644
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -2580,6 +2580,7 @@ post2nfa(postfix, end, nfa_calc_size)
nstate += n;
break;
}
+ s = NULL; /* avoid compiler warning */
e1.out = NULL; /* stores list with out1's */
s1 = NULL; /* previous NFA_SPLIT to connect to */
while (n-- > 0)