Re: [Live-devel] RTSPClient::registerStream() related leaks

2019-12-04 Thread Ross Finlayson
Thanks for the report. I have just a released a new version (2019.12.04) of the “LIVE555 Streaming Media” code that should fix this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com h

[Live-devel] RTSPClient::registerStream() related leaks

2019-12-04 Thread Micha Kalfon
It seems like there are two leaks in the implementation of REGISTER and DEREGISTER command in the RTSPServer. 1. In liveMedia/RTSPServerRegister.cpp in the handleResponse() method of the RegisterRequestRecord and DeregisterRequestRecord classes the last statement is: > delete this; This will des