Fix memory leak in numpy integration
Reference counts of newly created arrays must always be incremented, and not borrowed().
Showing
Please register or sign in to comment
Reference counts of newly created arrays must always be incremented, and not borrowed().