diff options
-rw-r--r-- | Modules/pypcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/pypcre.c b/Modules/pypcre.c index 797d955..699932f 100644 --- a/Modules/pypcre.c +++ b/Modules/pypcre.c @@ -1832,7 +1832,7 @@ for (;; ptr++) } refnum = PyInt_AsLong(intobj); - Py_DECREF(string); Py_DECREF(intobj); + Py_DECREF(string); *code++ = OP_REF; *code++ = refnum; /* The continue will cause the top-level for() loop to |