summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 13e0b21b42..fd3db3648f 100644
--- a/thread.c
+++ b/thread.c
@@ -543,6 +543,7 @@ thread_cleanup_func(void *th_ptr, int atfork)
return;
native_mutex_destroy(&th->interrupt_lock);
+ native_cond_destroy(&th->interrupt_cond);
native_thread_destroy(th);
}