aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorLarry Finger <[email protected]>2015-03-23 14:07:57 -0500
committerEmmanuel Grumbach <[email protected]>2015-03-24 11:40:36 +0200
commita71aaf66725e8fc02253a3bbea15d27e656434fe (patch)
tree512345dbc248e428dd2ef3508143130fd787dc9d /lib/cpu-notifier-error-inject.c
parent1f16ea294d2ef63013740f4c8539e430b6c12dff (diff)
iwlwifi: Fix memory leak in iwl_req_fw_callback()
In this routine, kzalloc allocates a memory block. This allocation is freed in the error paths, but not in the normal exit, thus the allocation is leaked. The kmemleak facility was used to find the leak. Signed-off-by: Larry Finger <[email protected]> Cc: Johannes Berg <[email protected]> Cc: Emmanuel Grumbach <[email protected]> Cc: Intel Linux Wireless <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions