1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

FS-5780 --resolve

Conflicts:
	libs/sofia-sip/.update
This commit is contained in:
Anthony Minessale 2013-09-12 00:10:28 +05:00
parent 480ef2a92d
commit 439e582dc6
2 changed files with 4 additions and 2 deletions
libs/sofia-sip
.update
libsofia-sip-ua/nta

@ -1 +1 @@
Thu Sep 5 20:56:36 CDT 2013
Thu Sep 12 00:10:51 CDT 2013

@ -3818,8 +3818,10 @@ int nta_msg_ackbye(nta_agent_t *agent, msg_t *msg)
return 0;
err:
msg_destroy(amsg);
msg_destroy(bmsg);
msg_destroy(amsg);
return -1;
}