Hey,
Sorry about the reply to you... I thought if I hit reply it just
automatically replied to the list. I didn't look at the actual "To" field.
I'll try what you said with stop, but from the tests I've done it allocates
the 40mb on this call:
player = Phonon.VideoPlayer(Phonon.VideoCategory,sel
Hi,
please keep the discussion on the list.
On Tue, May 8, 2012 at 11:29 AM, wrote:
> Each instance created allocates 40mb (I'm just looking at the task
> manager) and eventually the app gets to like 2 gigs and crashes.
>
The task-manager is not necessarily a good leak-detector. Can you provid
Hi,
On Mon, May 7, 2012 at 7:59 PM, Judd Simantov wrote:
> Hey,
>
> I'm creating an instance of Phonon.VideoPlayer in my UI and every time
> I instantiate the player it allocates about 40mb or memory I can't
> seem to get back. This is the call:
>
> player = Phonon.VideoPlayer(Phonon.VideoCateg
Hey,
I'm creating an instance of Phonon.VideoPlayer in my UI and every time
I instantiate the player it allocates about 40mb or memory I can't
seem to get back. This is the call:
player = Phonon.VideoPlayer(Phonon.VideoCategory,self)
I've tried player.stop(), del player, I've done a sip delete,