[Live-devel] memory leaks in DelayQueue ?

PROMONET Michel michel.promonet at thalesgroup.com
Tue Dec 13 09:17:53 PST 2011


                Hi,

You're right we are using 2011.01.10, I upgrade a couple of week from 2009.06.02 to 2011.01.10, but I did not take lastest releease to minimize changes.
Thank's, I will do the job to upgrade to a newer release.

Regards,

                Michel.
[@@THALES GROUP RESTRICTED@@]

De : live-devel-bounces at ns.live555.com [mailto:live-devel-bounces at ns.live555.com] De la part de Ross Finlayson
Envoyé : mardi 13 décembre 2011 15:06
À : LIVE555 Streaming Media - development & use
Objet : Re: [Live-devel] memory leaks in DelayQueue ?

I continue to analyse memory leaks

Yes, but you should do so on an up-to-date version of the code!



In BasicUsageEnvironment/DelayQueue.cpp

 DelayQueue::~DelayQueue() {
-  while (fNext != this) removeEntry(fNext);
+  while (fNext != this) { DelayQueueEntry* entry=fNext; removeEntry(fNext) ; delete entry; };
 }

That was fixed back in the 2011.06.12 version!

To save everyone's time (especially yours), you should be working with the latest version of the code!

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111213/cdf84adc/attachment.html>


More information about the live-devel mailing list