summaryrefslogtreecommitdiff
path: root/test/testlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlock.c')
-rw-r--r--test/testlock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testlock.c b/test/testlock.c
index 9c8a14dfc..6fef9b713 100644
--- a/test/testlock.c
+++ b/test/testlock.c
@@ -298,6 +298,8 @@ static void test_timeoutcond(abts_case *tc, void *data)
break;
}
ABTS_ASSERT(tc, "Too many retries", i < MAX_RETRY);
+ APR_ASSERT_SUCCESS(tc, "Unable to destroy the conditional",
+ apr_thread_cond_destroy(timeout_cond));
}
#endif /* !APR_HAS_THREADS */