Skip to content

Commit

Permalink
Merge tag 'iwlwifi-for-kalle-2015-03-30' of https://git.kernel.org/pu…
Browse files Browse the repository at this point in the history
…b/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes

* fix a memory leak: we leaked memory each time the module
was loaded.
  • Loading branch information
Kalle Valo committed Mar 30, 2015
2 parents 6ae4ccf + a71aaf6 commit 69628cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/iwlwifi/iwl-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ static void iwl_req_fw_callback(const struct firmware *ucode_raw, void *context)
op->name, err);
#endif
}
kfree(pieces);
return;

try_again:
Expand Down

0 comments on commit 69628cd

Please sign in to comment.