mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
remove register transaction in sal_op_release
This commit is contained in:
parent
14cb05ee80
commit
818c21196d
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ void sal_op_release(SalOp *op){
|
|||
eXosip_event_free(op->pending_auth);
|
||||
if (op->rid!=-1){
|
||||
sal_remove_register(op->base.root,op->rid);
|
||||
eXosip_register_remove(op->rid);
|
||||
}
|
||||
if (op->cid!=-1){
|
||||
ms_message("Cleaning cid %i",op->cid);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue