diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2013-07-23 02:17:48 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-07-24 15:02:08 (GMT) |
commit | 003d87cbece50c2a558c954b7ce915dcc70acba7 (patch) | |
tree | 254432c236a5a24a4ee1fd9bf086f443f45c02d5 /fs/notify | |
parent | 43ba6b9f2f5e8090f16e8efe19d17cc8ce291d22 (diff) | |
download | linux-fsl-qoriq-003d87cbece50c2a558c954b7ce915dcc70acba7.tar.xz |
mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleak
Currently it is in mwifiex_adapter_cleanup() which doesn't get
called if driver initialization is failed causing memory leak.
scan_delay_timer is initialized in mwifiex_register(), so it
should be deleted in mwifiex_unregister(). Hence it has been
moved to appropriate place.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'fs/notify')
0 files changed, 0 insertions, 0 deletions