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