Merge branch 'main' of git.zander.im:Zander671/refcount

This commit is contained in:
2026-02-27 15:37:28 -08:00

View File

@ -259,7 +259,7 @@ RefcountList *refcount_list_join(RefcountList *list1, RefcountList *list2) {
}
if (list2) {
if (list2->prev) {
list2->prev = NULL;
list2->prev->next = NULL;
}
list2->prev = end1;
}