From: Wei Yongjun Date: Tue, 24 May 2011 21:48:02 +0000 (+0000) Subject: sctp: fix memory leak of the ASCONF queue when free asoc X-Git-Tag: v3.0-rc1~147^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4472cc13136d04727e399c6fdadf58d2218b0a;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed