diff options
Diffstat (limited to 'Python/ast_unparse.c')
-rw-r--r-- | Python/ast_unparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ast_unparse.c b/Python/ast_unparse.c index ae623e0b417..557c12cfda6 100644 --- a/Python/ast_unparse.c +++ b/Python/ast_unparse.c @@ -749,6 +749,7 @@ append_templatestr(PyUnicodeWriter *writer, expr_ty e) goto error; } } + _PyArena_Free(arena); return 0; |