Skip to content

Commit 1841b55

Browse files
Fix a typo.
1 parent 43a836b commit 1841b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ void
812812
_Py_FinalizeAllocatedBlocks(_PyRuntimeState *runtime)
813813
{
814814
last_final_leaks = get_num_global_allocated_blocks(runtime);
815-
runtime->object_state.interpreter_leaks = 0;
815+
runtime->obmalloc.interpreter_leaks = 0;
816816
}
817817

818818
static Py_ssize_t

0 commit comments

Comments
 (0)