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 08e2818..6ca3495 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -881,6 +881,7 @@ r_object(RFILE *p)
v = NULL;
break;
}
+ Py_DECREF(v2);
}
retval = v;
break;