commit | 2fc863a5143d64b8f06576cc3d7fd5622c5cf3b5 | [log] [tgz] |
---|---|---|
author | Haim Dreyfuss <haim.dreyfuss@intel.com> | Wed May 20 08:10:43 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu May 21 22:26:59 2015 +0300 |
tree | a34709c3bb501890073d9ea0f1e51470bdf8575f | |
parent | ba830b3d093580f424fd31b7cd693046a86cf030 [diff] |
iwlwifi: mvm: Free fw_status after use to avoid memory leak fw_status is the only pointer pointing to a block of memory allocated above and should be freed after use. Note: this come from Klockwork static analyzer. Cc: stable@vger.kernel.org [3.19+] Fixes: 2021a89d7b8a ("iwlwifi: mvm: treat netdetect wake up separately") Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>