]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8761: [freeswitch-core] Memory leak in FreeSWITCH
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 20 Nov 2017 21:23:54 +0000 (15:23 -0600)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:33 +0000 (07:21 +0000)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 0fbb6a3b653041e55b2f4822325c4f39cb474939..19cb5aa03f48a82301cbca6235da8246ae91bbf2 100644 (file)
@@ -1 +1 @@
-Tue Nov 14 12:28:03 CST 2017
+Mon Nov 20 15:06:28 CST 2017
index de0cda565f0122d98e87d788dce7c0e8e7525d2d..7e1dc76456d17d3ace3cd9cd98da6993646ba5d0 100644 (file)
@@ -635,8 +635,6 @@ int tport_ws_next_timer(tport_t *self,
                SU_DEBUG_7(("%s(%p): %s to " TPN_FORMAT "%s\n",
                                        __func__, (void *)self,
                                        (punt == 2 ? "Timeout establishing SSL" : "Error establishing SSL"), TPN_ARGS(self->tp_name), ""));
-
-               return -1;
        }