Skip to content

Commit fda0bed

Browse files
committed
Fix leak in mark_reachable.
1 parent 7bc2522 commit fda0bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/compile.c

+1
Original file line numberDiff line numberDiff line change
@@ -6325,6 +6325,7 @@ mark_reachable(struct assembler *a) {
63256325
}
63266326
}
63276327
}
6328+
PyObject_Free(stack);
63286329
return 0;
63296330
}
63306331

0 commit comments

Comments
 (0)