aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 0a313abe13..c965a657de 100644
--- a/thread.c
+++ b/thread.c
@@ -2741,7 +2741,7 @@ mutex_unlock(mutex_t *mutex)
th_mutex = tmp_mutex;
}
}
- mutex->next_mutex = Qfalse;
+ mutex->next_mutex = NULL;
}
return err;