Hi,<br><br><div class="gmail_quote">On Mon, May 7, 2012 at 7:59 PM, Judd Simantov <span dir="ltr"><<a href="mailto:juddsim@gmail.com" target="_blank">juddsim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<font 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?</p></font></blockquote><div>The usual first question in such cases is: How did you measure the memory-situation, i.e. how do you know the memory is not free'd up again? Can you provide the valgrind logfile indicating the memory leak? Does the memory usage of your app increase by 40M each time you re-create the player object?</div>
<div><br></div><div>Andreas</div></div>