We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d4576 commit 7977b5fCopy full SHA for 7977b5f
src/_image_wrapper.cpp
@@ -85,7 +85,7 @@ _get_transform_mesh(PyObject *py_affine, npy_intp *dims)
85
PyObject *output_mesh =
86
PyObject_CallMethod(
87
py_inverse, (char *)"transform", (char *)"O",
88
- (char *)input_mesh.pyobj(), NULL);
+ (char *)input_mesh.pyobj_steal(), NULL);
89
90
Py_DECREF(py_inverse);
91
0 commit comments