# HG changeset patch # User Masataka Kohagura # Date 1453360938 -32400 # Node ID 7189d24dd45ee69c4fa641c3c83c8950f33ccd39 # Parent 6aebc4d7dd7500a97f2064bb3cb8f3c914b5fa8b node initialization in SCValue createState diff -r 6aebc4d7dd75 -r 7189d24dd45e regexParser/subsetConstruction.cc --- a/regexParser/subsetConstruction.cc Thu Jan 21 16:12:10 2016 +0900 +++ b/regexParser/subsetConstruction.cc Thu Jan 21 16:22:18 2016 +0900 @@ -359,6 +359,7 @@ scv.stateEnd = s; s->bitState = bi; s->cc = NULL; + s->node = NULL; return scv; }