BUG: fix memory leak
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.
Showing
Please
register
or
sign in
to comment
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.