Skip to content
Commit fe09b32a authored by Jesper Juhl's avatar Jesper Juhl Committed by John W. Linville
Browse files

Net, libertas: Resolve memory leak in if_spi_host_to_card()



If we hit the default case in the switch in if_spi_host_to_card() we'll leak
the memory we allocated for 'packet'. This patch resolves the leak by freeing
the allocated memory in that case.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarDan Williams <dcbw@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ed66ba47
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment