aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-06-27 17:44:21 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-06-27 17:44:21 +0000
commit9cf5812603c760d19b79668febd4e9a7f14804de (patch)
tree25c51088219f46eec7cc328514bfc1b80b508eda /tests
parent560a55d094668823dc146287571c310366cdf737 (diff)
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/fs/fusefs/forget.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/fs/fusefs/forget.cc b/tests/sys/fs/fusefs/forget.cc
index 306cb0d55a3b3..887d474028287 100644
--- a/tests/sys/fs/fusefs/forget.cc
+++ b/tests/sys/fs/fusefs/forget.cc
@@ -96,6 +96,7 @@ TEST_F(Forget, ok)
ASSERT_EQ(0, err) << strerror(errno);
sem_wait(&sem);
+ sem_destroy(&sem);
}
/*