showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Memory Leak on TLS Connections when no Certs are installed #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When no certificates are installed and a TLS connections is received, the 
handshake fails. After the handshake failing the socket is not cleaned and the 
created channel is stored in the incomingMessageChannels causing it not to be 
GC'ed.

All this causes a memory leak, which after some connections produces an OOME.

A proposed fix is attached.

Original issue reported on code.google.com by brainslog on 23 Aug 2012 at 2:07

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 0da0a56383b3.

Original comment by jean.deruelle on 27 Sep 2013 at 10:23

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 27 Sep 2013 at 10:23