summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2009-12-27 19:56:54 +0000
committerBob Ippolito <bob@redivi.com>2009-12-27 19:56:54 +0000
commit28b5b83bb8230d64679bc7047dcad8b9f12f0ca9 (patch)
tree2bbf10d778274a147afab6e439808fc007e641ee
parentf2fe2c21285a660b664d74158f325e7f7690a50c (diff)
parent1d834705e21003683dd18a914f90f294b9196947 (diff)
downloadsimplejson-28b5b83bb8230d64679bc7047dcad8b9f12f0ca9.tar.gz
tag as simplejson-2.1.0rc1v2.1.0rc1
git-svn-id: http://simplejson.googlecode.com/svn/tags/simplejson-2.1.0rc1@214 a4795897-2c25-0410-b006-0d3caba88fa1
-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); \