< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] Do I need to delete the handle in onTerminated ?


Seems my application has memory leaks, do I need to release the resource of InviteSessionHandle  with this callback ?
 
void UserAgent::onTerminated(InviteSessionHandle h, InviteSessionHandler::TerminatedReason reason, const SipMessage* related/* =0 */)
 
 
Thanks