Eyal,
Thanks for the report. These fixes will be included in the next
release of the software.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/lis
Hello,
I have found a few memory leaks in the injector code.
1) In the SubstreamDescriptor() constructor a variable called "rtpmapLine"
gets allocated but never freed.
2) In setDestination() a MediaSession is created to help the created
RTSPClient to setup its sub-sessions.
This