test.py
154 Bytes
-
BUG: fix memory leak · ac4f4190
The OWNDATA flag was not getting changed, and as a result, there was a memory leak. I changed strategy, and use a deallocation in the __dealloc__ method.
Gael varoquaux committed
The OWNDATA flag was not getting changed, and as a result, there was a memory leak. I changed strategy, and use a deallocation in the __dealloc__ method.