USB: ene_ub6250: fix memory leak in ene_load_bincode()
authorDan Carpenter <error27@gmail.com>
Thu, 10 Mar 2011 08:31:33 +0000 (11:31 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Mar 2011 22:26:08 +0000 (14:26 -0800)
"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 <error27@gmail.com>
Acked-by: huajun li <huajun.li.lee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found