Latest update - 7576

This commit is contained in:
2019-10-05 18:15:43 +09:00
parent f6e254ee01
commit 97092a7563
+1 -6
View File
@@ -174,12 +174,7 @@ ngx_rbtree_delete(ngx_rbtree_t *tree, ngx_rbtree_node_t *node)
} else {
subst = ngx_rbtree_min(node->right, sentinel);
if (subst->left != sentinel) {
temp = subst->left;
} else {
temp = subst->right;
}
temp = subst->right;
}
if (subst == *root) {