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