]> 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:10:28 +0000 (00:10 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index ae7649639796a950121e869786d81611d1f9a4de..c6dcc771df437778c69a3e7c46bed516035e4d78 100644 (file)
@@ -1 +1 @@
-Thu Sep  5 20:55:45 CDT 2013
+Thu Sep 12 00:10:12 CDT 2013
index 68563978cd9f13f3ca33dccc9d740ad49365349b..a0b7c5ccb635e6099233624e45193c7fb2920141 100644 (file)
@@ -3838,8 +3838,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;
 }