< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
No the InviteSession will clean itself up if it is ended
correctly: https://www.resiprocate.org/DUM_Ending_an_Invite_Session From:
resiprocate-users-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson 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 |