Re: [Live-devel] RTSPClient::openConnectionFromURL and fBaseURL

2009-02-10 Thread Ross Finlayson
In looking at openConnectionFromURL() I think I see a potential problem with fBaseURL. Basically the first thing this method does is free fBaseURL and then strDup the new URL. Next this method parses the url and then checks to see if it a input socket is open and if not opens one using the URL.

[Live-devel] RTSPClient::openConnectionFromURL and fBaseURL

2009-02-10 Thread Matt Schuckmann
In looking at openConnectionFromURL() I think I see a potential problem with fBaseURL. Basically the first thing this method does is free fBaseURL and then strDup the new URL. Next this method parses the url and then checks to see if it a input socket is open and if not opens one using the URL.