> 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/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to