Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] orinoco: Fix memory leak and unneeded unlock in orinoco_join_…
…ap() Signed-off-by: Pavel Roskin <proski@gnu.org> Fix memory leak and unneeded unlock in orinoco_join_ap() If orinoco_lock() fails, the code would still run orinoco_unlock(), instead of freeing the allocated memory. Found by sparse. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
- Loading branch information