summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simplejson/_speedups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c
index 01614c4..0b2d81c 100644
--- a/simplejson/_speedups.c
+++ b/simplejson/_speedups.c
@@ -3070,6 +3070,7 @@ encoder_listencode_dict(PyEncoderObject *s, JSON_Accu *rval, PyObject *dct, Py_s
bail:
Py_XDECREF(encoded);
Py_XDECREF(items);
+ Py_XDECREF(item);
Py_XDECREF(iter);
Py_XDECREF(kstr);
Py_XDECREF(ident);