Fix memory leak (#785)
authorMatthias Görgens <matthias.goergens@gmail.com>
Thu, 8 Jun 2023 10:20:56 +0000 (18:20 +0800)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 10:20:56 +0000 (11:20 +0100)
commiteb9eb1d8f1165293e56f996698e09d58e644908a
treea2d25755a038b162f2d435a9d956633c1e2f7337
parent30a300a848ee5158afa89d1344392a5949923602
Fix memory leak (#785)

This is just to [keep address sanitizer happy](https://github.com/libfuse/libfuse/actions/runs/4730520764/jobs/8394347666?pr=784).  The OS would normally clean this up anyway.

Co-authored-by: Nikolaus Rath <Nikolaus@rath.org>
util/fusermount.c