commit | 8b4472cc13136d04727e399c6fdadf58d2218b0a | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Tue May 24 21:48:02 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 25 17:55:32 2011 -0400 |
tree | cad3cdcca69d8a701558386fef36f2f158a570a5 | |
parent | f11970e383acd6f505f492f1bc07fb1a4d884829 [diff] |
sctp: fix memory leak of the ASCONF queue when free asoc If an ASCONF chunk is outstanding, then the following ASCONF chunk will be queued for later transmission. But when we free the asoc, we forget to free the ASCONF queue at the same time, this will cause memory leak. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>