summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_mp.c')
-rw-r--r--src/nxt_mp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_mp.c b/src/nxt_mp.c
index aafc1ab5..0b82cf2a 100644
--- a/src/nxt_mp.c
+++ b/src/nxt_mp.c
@@ -285,6 +285,8 @@ nxt_mp_destroy(nxt_mp_t *mp)
nxt_debug_alloc("mp destroy");
+ nxt_mp_thread_assert(mp);
+
next = nxt_rbtree_root(&mp->blocks);
while (next != nxt_rbtree_sentinel(&mp->blocks)) {