Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_init_memory_leak_issue' into 'master'
Browse files Browse the repository at this point in the history
esp_wifi: done beacon monitor timer when call pm deattach

Closes WIFI-4675, WIFI-4676, WIFI-4694, and WIFI-4695

See merge request espressif/esp-idf!19375
  • Loading branch information
Mu Hai Dong committed Aug 16, 2022
2 parents 6c2c05e + 36feb95 commit cd39088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/wpa_supplicant/port/eloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,6 @@ void eloop_destroy(void)
eloop_data_lock = NULL;
}
os_timer_disarm(&eloop.eloop_timer);
os_timer_done(&eloop.eloop_timer);
os_memset(&eloop, 0, sizeof(eloop));
}

0 comments on commit cd39088

Please sign in to comment.