[Live-devel] memory leaks in DelayQueue ?

Ross Finlayson finlayson at live555.com
Tue Dec 13 06:06:06 PST 2011


> 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/bc5ce50b/attachment.html>


More information about the live-devel mailing list