(closes issue #16375)
Reported by: kobaz
(closes issue #16796)
Reported by: kobaz
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@247839
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
p->owner? p->owner->name : "", "SIP", p->callid, p->fullcontact, p->peername);
sip_pvt_unlock(p);
if (!tmpc) {
- dialog_cleanup_and_destroy(p);
- dialog_unref(p); /* sip_destroy(p); */
+ dialog_cleanup_and_destroy(p); /* sip_destroy(p); */
}
ast_update_use_count();
restart_monitor();