X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=src%2Fecoli_node_many.c;h=5bfb92c24cf3593d1631837aa5b0e459689832d1;hp=54c100cfa1e27143ee1247b41f525698fbb8956a;hb=HEAD;hpb=331d87b8f34493ea7eb4db75fa9d90b2e3ed503b diff --git a/src/ecoli_node_many.c b/src/ecoli_node_many.c index 54c100c..5bfb92c 100644 --- a/src/ecoli_node_many.c +++ b/src/ecoli_node_many.c @@ -58,7 +58,7 @@ static int ec_node_many_parse(const struct ec_node *node, /* it matches an empty strvec, no need to continue */ if (ret == 0) { child_parse = ec_pnode_get_last_child(pstate); - ec_pnode_unlink_child(pstate, child_parse); + ec_pnode_unlink_child(child_parse); ec_pnode_free(child_parse); break; }