Re: [PyQt] QImage memory leak in 4.10.1

2013-06-21 Thread Phil Thompson
On Tue, 18 Jun 2013 19:14:35 -0400, Luke Campagnola wrote: > On Fri, May 24, 2013 at 1:42 PM, Phil Thompson > wrote: > >> On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola >> wrote: >> > Howdy, >> > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears >> that >> > on this syste

Re: [PyQt] QImage memory leak in 4.10.1

2013-06-18 Thread Luke Campagnola
On Fri, May 24, 2013 at 1:42 PM, Phil Thompson wrote: > On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola > wrote: > > Howdy, > > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears > that > > on this system, QImage(sip.voidptr, int, int, format) increases the > > reference cou

Re: [PyQt] QImage memory leak in 4.10.1

2013-05-24 Thread Phil Thompson
On Thu, 23 May 2013 16:21:26 -0400, Luke Campagnola wrote: > Howdy, > I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears that > on this system, QImage(sip.voidptr, int, int, format) increases the > reference count to the image data object, but does not decrease the > refcount aft

[PyQt] QImage memory leak in 4.10.1

2013-05-23 Thread Luke Campagnola
Howdy, I am using PyQt 4.10.1 (Py2.7-qt4.8.4-x32) on windows XP. It appears that on this system, QImage(sip.voidptr, int, int, format) increases the reference count to the image data object, but does not decrease the refcount after the QImage is collected. Here's an example session, where I am gene