FS-8761: [freeswitch-core] Memory leak in FreeSWITCH
This commit is contained in:
parent
34f0ab58c1
commit
180d427cd6
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue