Skip to content

Commit 476f271

Browse files
committed
Transactions: destroy transaction in Timer I after terminating it
1 parent 002fbd3 commit 476f271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Transactions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ class InviteServerTransaction extends EventEmitter
536536
timer_I()
537537
{
538538
this.stateChanged(C.STATUS_TERMINATED);
539+
this.ua.destroyTransaction(this);
539540
}
540541

541542
// RFC 6026 7.1.

0 commit comments

Comments
 (0)