Skip to content

Commit

Permalink
small leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 26, 2018
1 parent 6d25188 commit 02a4652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pconvert/extension.c
Expand Up @@ -484,6 +484,7 @@ PyObject *extension_blend_multiple(PyObject *self, PyObject *args, PyObject *kwa
}

Py_DECREF(iterator);
if(use_algorithms) { Py_DECREF(iteratorAlgorithms); }

Py_BEGIN_ALLOW_THREADS;
VALIDATE_PY(
Expand Down

0 comments on commit 02a4652

Please sign in to comment.