| < Previous by Date | Date Index | Next by Date > |
| Thread Index | Next in Thread > |
|
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 |