Skip to content

Commit

Permalink
Remove misplaced line
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Mar 29, 2024
1 parent 2647f35 commit 0fea2fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildHistogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ populate1DHist(PyObject *obj, PyObject *args)
}
free(p);

hdata = (unsigned int *)PyArray_DATA(histogram);
Py_XDECREF(image);
Py_XDECREF(histogram);

Expand Down

0 comments on commit 0fea2fd

Please sign in to comment.