Skip to content

Commit 9be8100

Browse files
committed
Clean up the diff
1 parent 2d25167 commit 9be8100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc_free_threading.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ update_refs(const mi_heap_t *heap, const mi_heap_area_t *area,
977977
void *block, size_t block_size, void *args)
978978
{
979979
struct collection_state *state = (struct collection_state *)args;
980-
PyObject *op = op_from_block(block, &state->base, false);
980+
PyObject *op = op_from_block(block, args, false);
981981
if (op == NULL) {
982982
return true;
983983
}

0 commit comments

Comments
 (0)