git - net-next plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-09-09 16:56:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 11:19:42 +0200
commitaeaf5d86faa5d8c64674465da544c26c97e9404a (patch)
tree3289be7e7f9b88ba56e7a201438832b52c903375
parent8defffb20854500825162d336bdd183d2d218cf9 (diff)
staging: ks7010: fix two memory leaks on error return path
On the error case where there is an invalid MAC address there is memory leak on packet and pp on the error return. Free these first before returning to fix the leak. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ks7010/ks_hostif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c