summaryrefslogtreecommitdiffstats
path: root/Python/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/marshal.c')
-rw-r--r--Python/marshal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index dcb63d2..96c530a 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -380,6 +380,7 @@ r_object(p)
XDECREF(consts);
XDECREF(names);
XDECREF(filename);
+ XDECREF(name);
}
return v;