summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locks/unix/thread_mutex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/locks/unix/thread_mutex.c b/locks/unix/thread_mutex.c
index 130a5cb98..39062a2bd 100644
--- a/locks/unix/thread_mutex.c
+++ b/locks/unix/thread_mutex.c
@@ -92,7 +92,6 @@ APR_DECLARE(apr_status_t) apr_thread_mutex_create(apr_thread_mutex_t **mutex,
#ifdef PTHREAD_SETS_ERRNO
rv = errno;
#endif
- thread_mutex_cleanup(new_mutex);
return rv;
}