X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/755e6619263d316dc46fa504e0c333c963ec8eaa..57ceb980e3c55306f3f70f92604703abf132cf27:/fwd.c?ds=sidebyside 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 --- *