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 Muteesa Fred
parent 34f0ab58c1
commit 180d427cd6
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
Tue Nov 14 12:28:03 CST 2017
Mon Nov 20 15:06:28 CST 2017

View 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;
}