| < Previous by Date | Date Index | Next by Date > |
| < Previous in Thread | Thread Index |
Scott,
Could you check, please, if the following points in code are memory leaks ?
1) file Sdp.cxx,
function Sdp::~Sdp(),
should call clearMediaLines()
2) file SdpHelperResip.cxx,
function createSdpFromResipSdp()
statement: sdp->addTime(*sdpTime);
imediately after should write “delete sdpTime;
3) file SdpHelperResip.cxx,
function createSdpFromResipSdp()
statement: mediaLine->addPotentialMediaView(*potentialSdpMediaLine);
imediately after should write “delete potentialSdpMediaLine; “
4) file SdpHelperResip.cxx,
function createSdpFromResipSdp()
statement: mediaLine->addCodec(*codec);
imediately after should write “delete codec;”
Best regards,
Julio Cabezas
_______________________________________________
recon-devel mailing list
recon-devel@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/recon-devel/