commit | 718ceb22a0ccd0b3a02a4bd401d944a1eb16f3ce | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 19 10:30:47 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Apr 20 07:28:03 2017 +0300 |
tree | c15b167d14eac331b0ac68ad3f335d92a4032a6c | |
parent | 97b00d877bb8c2e499b9d0c07b65bd92b4e91ddd [diff] |
iwlwifi: pcie: free context info in case of failures If iwl_pcie_ctxt_info_init_fw_sec() fails, the previous allocated DMA memory needs to be freed (it even goes out of scope immediately.) Do that to prevent the leak. Fixes: eda50cde58de ("iwlwifi: pcie: add context information support") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>