Skip to content

Commit

Permalink
BUG: porting bugfix from refactor @ 708d6be
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarrow authored and charris committed Oct 2, 2011
1 parent 3927c3a commit 7471adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/core/src/multiarray/iterators.c
Expand Up @@ -1706,6 +1706,7 @@ arraymultiter_next(PyArrayMultiIterObject *multi)
multi->index++;
return ret;
}
Py_DECREF(ret);
return NULL;
}

Expand Down

0 comments on commit 7471adc

Please sign in to comment.