Merge branch 'main' of git.zander.im:Zander671/refcount
This commit is contained in:
@ -259,7 +259,7 @@ RefcountList *refcount_list_join(RefcountList *list1, RefcountList *list2) {
|
|||||||
}
|
}
|
||||||
if (list2) {
|
if (list2) {
|
||||||
if (list2->prev) {
|
if (list2->prev) {
|
||||||
list2->prev = NULL;
|
list2->prev->next = NULL;
|
||||||
}
|
}
|
||||||
list2->prev = end1;
|
list2->prev = end1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user