Re: [Live-devel] RRHandlerRecord leak

2013-08-22 Thread Ross Finlayson
Eric, Thanks for the report. Yes, this was a memory leak (albeit not a significant one, because it'll be unusual for "setSpecificRRHandler()" to be called more than once). It will be fixed in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

[Live-devel] RRHandlerRecord leak

2013-08-21 Thread Eric Pronovost
There seem to be a memory leak in RTCP.cpp. In function setSpecificRRHandler(), I changed last line from fSpecificRRHandlerTable->Add(fromAddress, (~0), fromPort, rrHandler); to RRHandlerRecord* pOld = (RRHandlerRecord*)fSpecificRRHandlerTable->Add(fromAddress, (~0), fromPort, rrHandler); if (pO