I should also mention, I'm using Python 2.6.4, PyQt 4.4.4 and SIP 4.7.9 just in case it has any version relevance.
On May 7, 10:27 am, loked <[email protected]> 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.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! -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
