Staging: bcm: Fix memory leak reported during compile.
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 16 Aug 2011 02:12:15 +0000 (22:12 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 22:20:53 +0000 (15:20 -0700)
This patch fixes a potential memory leak were temp_buff buffer
is not being freed when a certain condition is true.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found