mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
Fix memory leak
This commit is contained in:
parent
2686ea840c
commit
689bc8c1d1
@ -4795,8 +4795,8 @@ int rtw_dev_nlo_info_set(struct pno_nlo_info *nlo_info, pno_ssid_t *ssid,
|
|||||||
}
|
}
|
||||||
#ifdef set_fs
|
#ifdef set_fs
|
||||||
set_fs(fs);
|
set_fs(fs);
|
||||||
filp_close(fp, NULL);
|
|
||||||
#endif
|
#endif
|
||||||
|
filp_close(fp, NULL);
|
||||||
RTW_INFO("-%s-\n", __func__);
|
RTW_INFO("-%s-\n", __func__);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user