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