chiark / gitweb /
checkpath.c: Match `xmalloc' with `xfree', not `free'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 11:54:39 +0000 (12:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 11:54:39 +0000 (12:54 +0100)
commitde346a9e20c0463e25afea820d7578726f82d676
treed49b3fa91ebc1b92ed2f8eae47d162e760fe31a5
parent6da5efa9bed47c5fe8170bf401d44801c26a51d0
checkpath.c: Match `xmalloc' with `xfree', not `free'.

A library can't reasonably assume that `arena_global' is still
`arena_stdlib'.  Fortunately, we don't retain allocations across calls,
so we don't have to worry about `arena_global' being changed.
checkpath.c