summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c
index e4e37d5..37cdfc9 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -457,7 +457,7 @@ com_init(c, filename)
return 1;
fail_0000:
- Py_DECREF(c->c_lnotab);
+ Py_DECREF(c->c_varnames);
fail_000:
Py_DECREF(c->c_locals);
fail_00: