<font class="fixed_width" face="Courier, Monospaced">Hey,
<br> <p>I'm creating an instance of Phonon.VideoPlayer in my UI and every time
<br> I instantiate the player it allocates about 40mb or memory I can't
<br> seem to get back. This is the call:
<br> </p><p> player = Phonon.VideoPlayer(Phonon.VideoCategory,self)
<br> </p><p>I've tried player.stop(), del player, I've done a sip delete,
<br> player.deleteLater() and player.destroy() but none seem to free up the
<br> memory.
<br> </p><p>Has anyone run into the same problem?
<br> </p></font><font class="fixed_width" face="Courier, Monospaced">Thanks!
</font>