mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
FS-5780 --resolve
This commit is contained in:
parent
80e5a7cf0a
commit
98df017ae6
@ -1 +1 @@
|
|||||||
Thu Sep 5 20:55:45 CDT 2013
|
Thu Sep 12 00:10:12 CDT 2013
|
||||||
|
@ -3838,8 +3838,10 @@ int nta_msg_ackbye(nta_agent_t *agent, msg_t *msg)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
msg_destroy(amsg);
|
|
||||||
msg_destroy(bmsg);
|
msg_destroy(bmsg);
|
||||||
|
msg_destroy(amsg);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user