aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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);
}
/*