Re: [Live-devel] memory leak in RTSPClient::handleRequestError()

2013-02-28 Thread Ross Finlayson
> I'm developing a RTSP client application. While testing I've found a possible > memory leak in RTSPClient::handleRequestError(). While calling the handler > there is a string duplication of the error string. No, there's no memory leak here. In *all* calls to a RTSP "responseHandler" (includi

[Live-devel] memory leak in RTSPClient::handleRequestError()

2013-02-28 Thread Schoenstedt, Holger
Hello, I'm developing a RTSP client application. While testing I've found a possible memory leak in RTSPClient::handleRequestError(). While calling the handler there is a string duplication of the error string. IMHO this string should be freed inside RTSPClient::handleRequestError() after the