mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
parent
01f63ed62a
commit
ecfc96c9bb
@ -106,9 +106,7 @@ Curl_llist_remove(struct Curl_llist *list, struct Curl_llist_element *e,
|
||||
e->next->prev = NULL;
|
||||
}
|
||||
else {
|
||||
if(!e->prev)
|
||||
list->head = e->next;
|
||||
else
|
||||
if(e->prev)
|
||||
e->prev->next = e->next;
|
||||
|
||||
if(!e->next)
|
||||
|
Loading…
x
Reference in New Issue
Block a user