Skip to content

Commit

Permalink
dialog: unref dialog after updating cseq
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed May 21, 2019
1 parent d4c46de commit 56c4b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dialog/dlg_replication.c
Expand Up @@ -526,6 +526,7 @@ int dlg_replicated_cseq_updated(bin_packet_t *packet)
}
DLG_BIN_POP(int, packet, cseq, malformed);
dlg->legs[dst_leg].last_gen_cseq = cseq;
unref_dlg(dlg, 1);

return 0;
malformed:
Expand Down

0 comments on commit 56c4b09

Please sign in to comment.