-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Line 1980 in cf97c6f
| while (child->next) |
I think child->prev always != NULL so that we can not reach code from line 1979 to 1986。
Please check whether it is a dead code or not.
else
{
while (child->next)
{
child = child->next;
}
suffix_object(child, item);
array->child->prev = item;
}
Metadata
Metadata
Assignees
Labels
No labels