From: Wei Yongjun Date: Mon, 3 Sep 2012 07:31:00 +0000 (+0800) Subject: mISDN: fix possible memory leak in hfcmulti_init() X-Git-Tag: v3.6-rc6~18^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fef76857feed8e94ca3a5ee37db644f04a9488b;p=pandora-kernel.git mISDN: fix possible memory leak in hfcmulti_init() hc has been allocated in this function and missing free it before leaving from some error handling cases. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: David S. Miller --- Reading git-diff-tree failed