]> git.tuebingen.mpg.de Git - paraslash.git/commit - afh.c
afh: Avoid memory leak at exit.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 26 Aug 2021 17:31:25 +0000 (19:31 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Aug 2021 18:36:10 +0000 (20:36 +0200)
commit4793e8dd226b49ea0b931504c84f21449ab8f704
tree96687ebb7486c26b543c52b053c5407d5ce85aa4
parent5349f35b026544d410feba55c846ac39e80de9ad
afh: Avoid memory leak at exit.

We missed to free the lopsub parse result. This is not a real leak
because it's a one-off allocation and we are about to exit anyway. It's
worth to fix nevertheless, though, because with the patch applied,
valgrind says "no leaks are possible". Hence any other output means
we have introduced a new memory leak.
afh.c