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: v2.6.39.1~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e29567e54ba77297911659047184b6d551e38e8;p=pandora-kernel.git sctp: fix memory leak of the ASCONF queue when free asoc [ Upstream commit 8b4472cc13136d04727e399c6fdadf58d2218b0a ] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed