]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5780 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Sep 2013 19:10:28 +0000 (00:10 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Sep 2013 19:11:06 +0000 (00:11 +0500)
Conflicts:
libs/sofia-sip/.update

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index aafaa52777271fca5b82e2566b54d22eb94656ba..99524aea8c72147009a957037d49e92f037d0c8e 100644 (file)
@@ -1 +1 @@
-Thu Sep  5 20:56:36 CDT 2013
+Thu Sep 12 00:10:51 CDT 2013
index 86355a5f45db2fd39716c3bc9217916ac526fcad..763933b070e32a1b34eac6dde344ea7a1ddaa2d8 100644 (file)
@@ -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;
 }