Free/deallocation of array_t arrays sent from C++ to Python #3846
Unanswered
haptiq-darko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I create multiple
array_twith the constructor of my custom structConvexHull:Now I send an stl vector back to Python like with this code (a relevant part of a bound function showed only):
My question is, when does the original memory refered to by
points_,triangles_andcenter_array_ts get freed/deallocated?Beta Was this translation helpful? Give feedback.
All reactions