[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Memory leak in surfarray.pixels3d?





On 9/19/2011 11:32 AM, René Dudfield wrote:
Hi,

seems like it is in the development version of pygame.  It leaks on OSX
too with the latest pygame from hg.

There is also a leak with pixels2d.

Confirmed on Widows with current hg master with numpy 1.6.1. It leaks ~109 bytes per iteration, about the size of one ArrayObject for a 3D array (108 bytes if I counted correctly).

Christoph