summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simplejson/_speedups.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/simplejson/_speedups.c b/simplejson/_speedups.c
index 5c3a19b..297675f 100644
--- a/simplejson/_speedups.c
+++ b/simplejson/_speedups.c
@@ -451,7 +451,6 @@ _build_rval_index_tuple(PyObject *rval, Py_ssize_t idx) {
} \
} \
if (PyList_Append(chunks, chunk)) { \
- Py_DECREF(chunk); \
goto bail; \
} \
Py_CLEAR(chunk); \