[Live-devel] memory leaks destroying RTSPClient ?
Ross Finlayson
finlayson at live555.com
Thu Aug 1 14:31:03 PDT 2013
Thanks for the report.
This (tiny) memory leak can be fixed by changing line 190 of "liveMedia/RTPInterface.cpp" from
SocketDescriptor* socketDescriptor = lookupSocketDescriptor(env, socketNum);
to
SocketDescriptor* socketDescriptor = lookupSocketDescriptor(env, socketNum, False);
This will be fixed in the next release of the software.
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/20130801/77588493/attachment.html>
More information about the live-devel
mailing list