Merge branch 'status' into eamsden/dont-stack-trace-copying-frame

This commit is contained in:
Edward Amsden 2024-03-12 23:56:14 -05:00 committed by GitHub
commit 7136846672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1134,6 +1134,7 @@ _pending_flist_merge(BT_state *state)
src_head = src_head->next;
free(prev);
}
state->pending_flist = 0;
}