summaryrefslogtreecommitdiff
path: root/private.c
diff options
context:
space:
mode:
Diffstat (limited to 'private.c')
-rw-r--r--private.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.c b/private.c
index e65e95e..dc7e111 100644
--- a/private.c
+++ b/private.c
@@ -59,6 +59,7 @@ _pthread_new_thread_entry(pthread_t thread, _pthread_threads_thread_t * entry)
{
this->thread = thread;
pthread_attr_init(&(this->attr));
+ this->joinvalueptr = NULL;
this->cleanupstack = NULL;
this->destructorstack = NULL;
this->forkpreparestack = NULL;