Fri Sep 12 11:59:46 EDT 2008 Pekka Pessi <first.last@nokia.com>

* nua_stack.c: un-ACKed INVITE was destroyed twice on nh_destroy()



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9540 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-09-12 16:06:33 +00:00
parent 80eec6e5f3
commit 260ca947da
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
Wed Sep 10 12:24:35 EDT 2008
Fri Sep 12 12:06:16 EDT 2008

View File

@ -2190,8 +2190,7 @@ nua_client_request_complete(nua_client_request_t *cr)
if (cr->cr_orq) {
if (cr && cr->cr_methods->crm_complete)
cr->cr_methods->crm_complete(cr);
nta_outgoing_destroy(cr->cr_orq), cr->cr_orq = NULL, cr->cr_acked = 0;
nua_client_request_unref(cr);
nua_client_request_clean(cr);
}
return nua_client_request_remove(cr);