Skip to content

Commit 258f142

Browse files
committed
free the cfg_builder in the test harness
1 parent b8f4acf commit 258f142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10007,6 +10007,7 @@ _PyCompile_CodeGen(PyObject *ast, PyObject *filename, PyCompilerFlags *pflags,
1000710007

1000810008
finally:
1000910009
compiler_exit_scope(c);
10010+
cfg_builder_fini(&g);
1001010011
compiler_free(c);
1001110012
_PyArena_Free(arena);
1001210013
return res;

0 commit comments

Comments
 (0)