summaryrefslogtreecommitdiff
path: root/tests/condvar3_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condvar3_1.c')
-rw-r--r--tests/condvar3_1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/condvar3_1.c b/tests/condvar3_1.c
index e181c58..9c4e25b 100644
--- a/tests/condvar3_1.c
+++ b/tests/condvar3_1.c
@@ -161,6 +161,8 @@ main()
signaled++;
}
+ assert(pthread_cond_destroy(&cv1) == 0);
+
for (i = 1; i <= NUMTHREADS; i++)
{
assert(pthread_join(t[i], (void **) &result) == 0);