fusefs: fix a memory leak in the forget test

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Alan Somers 2019-06-27 17:44:21 +00:00
parent 560a55d094
commit 9cf5812603
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/fuse2/; revision=349464

View File

@ -96,6 +96,7 @@ TEST_F(Forget, ok)
ASSERT_EQ(0, err) << strerror(errno);
sem_wait(&sem);
sem_destroy(&sem);
}
/*