From: Mark Wooding Date: Wed, 17 Jul 2024 12:07:14 +0000 (+0100) Subject: checkpath.c: Allocate path-element nodes from the pool. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/commitdiff_plain/8a1639e170b9ea4540da484693548bf644b49846?hp=8a1639e170b9ea4540da484693548bf644b49846 checkpath.c: Allocate path-element nodes from the pool. Now we don't need to worry about freeing them. In particular, `popall' now becomes trivial. ---