[Live-devel] about ServerMediaSession.cpp
Ross Finlayson
finlayson at live555.com
Fri Oct 28 01:31:04 PDT 2005
>According to you recommendations, it seems to do some modification:
>1.In the RTSPServer::removeServerMediaSession of RTSPServer.cpp,
>replace "delete serverMediaSession;" with "Medium::close(
>serverMediaSession );"
>2. In the Servermeidiasession.cpp,
>
> In the ServerMediaSession::~ServerMediaSession(), replace
> "delete fSubsessionsHead;" with"Medium::close( fSubsessionsHead );";
> And in the ServerMediaSubsession::~ServerMediaSubsession()
> , replace "delete fNext;" with "Medium::close(fNext);".
Yes, you're correct. Thanks for noting this. I have corrected these
bugs in the latest software release (version 2005.10.28a).
Ross Finlayson
Live Networks, Inc. (LIVE555.COM)
<http://www.live555.com/>
More information about the live-devel
mailing list