summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/marshal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index f3d7b5c..916faa7 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -468,6 +468,7 @@ r_object(p)
XDECREF(code);
XDECREF(consts);
XDECREF(names);
+ XDECREF(varnames);
XDECREF(filename);
XDECREF(name);