From: Kevin McKinney Date: Fri, 2 Mar 2012 05:17:04 +0000 (-0500) Subject: Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and removes... X-Git-Tag: v3.4-rc1~186^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc55bb03ea17fcbeffb5ae3ec68ea1f8673bc0c8;p=pandora-kernel.git Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and removes a whitespace Memory is being allocated by kmalloc and stored in variable pstAddIndication. However, this memory is not being freed in all cases. Therefore, this patch frees it on several exit paths. This patch also removes a whitespace. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed