X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=src%2Fecoli_node_many.c;fp=src%2Fecoli_node_many.c;h=5bfb92c24cf3593d1631837aa5b0e459689832d1;hp=54c100cfa1e27143ee1247b41f525698fbb8956a;hb=b9bb9e5187b1530df9a0f22e734f4e2c546e439e;hpb=d7695667f3b6dd2e50e1e100f7cbebd71fe92e0d 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; }