X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/45f51d2fdfbf51e42d209a149157bda07caa8ebf..40e9d2eb6382b702d1c45bb8dc5d82eb7feba69f:/fwd.c diff --git a/fwd.c b/fwd.c index 0455bc4..9d170e1 100644 --- a/fwd.c +++ b/fwd.c @@ -152,6 +152,7 @@ void parse(scanner *sc) s->ops->attach(s, sc, t); if (t->ops->confirm) t->ops->confirm(t); + source_dec(s); target_dec(t); } /* --- Include configuration from a file --- *