sctp: Do not leak memory on multiple listen() calls
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 19 Jul 2008 06:06:07 +0000 (23:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Jul 2008 06:06:07 +0000 (23:06 -0700)
SCTP permits multiple listen call and on subsequent calls
we leak he memory allocated for the crypto transforms.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found