From: Dan Carpenter Date: Thu, 10 Mar 2011 08:31:33 +0000 (+0300) Subject: USB: ene_ub6250: fix memory leak in ene_load_bincode() X-Git-Tag: v2.6.39-rc1~469^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0fb6f872477dfd218e43b073543e4913b6d785;p=pandora-kernel.git USB: ene_ub6250: fix memory leak in ene_load_bincode() "buf" gets allocated twice in a row. It's the second allocation which is correct. The first one should be removed. Signed-off-by: Dan Carpenter Acked-by: huajun li Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed