FS-8761: [freeswitch-core] Memory leak in FreeSWITCH

This commit is contained in:
Anthony Minessale
2017-11-20 15:23:54 -06:00
committed by Mike Jerris
parent 7255f0f87e
commit 51114b90df
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Tue Nov 14 12:28:03 CST 2017
Mon Nov 20 15:06:28 CST 2017
@@ -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;
}