mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 03:17:48 +00:00
Mismatch in vifC and vifS for captive portal is leading to opennds restarts and memory leakage. Fix by making sure the vifC and vifS are in parity. uci_blob not being freed, fix by making uci_blob as global so that it need not be freed and can be reused instead. Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com> Cleaning up captive portal code to improve stability and reduce memory leaks Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>