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