diff options
Diffstat (limited to 'Python/marshal.c')
-rw-r--r-- | Python/marshal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index 175ac0e..22f84a8 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -833,6 +833,7 @@ r_object(RFILE *p) v = NULL; break; } + Py_DECREF(v2); } retval = v; break; |