Skip to content

wifi: Remove failable checks before clearing state

Zeeshan Ali Khan requested to merge zeenix/geoclue:robust-wifi-timeout into master

If my logic is wrong anywhere, the interface proxy might already be NULL before disconnect_bss_signals() is called so let's not check for that before clearing the timeout.

This hopefully fixes a crash on wifi scan timeout being called after the wifi object is destroyed.

Fixes #122 (closed).

Merge request reports