From a416ab17ecf9f2cb0f1e3f7bd645a8d1ce690ca2 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 18 Feb 2002 03:16:52 +0000 Subject: Major reorganisation of source code; new routine and tests added. --- tests/condvar3_1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/condvar3_1.c') 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); -- cgit v1.2.3