[PyQt] PyQt Phonon video player memory leak

Judd Simantov juddsim at gmail.com
Mon May 7 18:59:10 BST 2012


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,
player.deleteLater() and player.destroy() but none seem to free up the
memory.

Has anyone run into the same problem?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120507/eab49ee2/attachment.html>


More information about the PyQt mailing list