Skip to content

Fix crash when updating weather

Michael Catanzaro requested to merge mcatanzaro/#397 into master

self->weather_service was only partially removed in 01fdf79e, leading to a guaranteed crash when the weather is updated because self->weather_service is now always NULL.

Fixes #397 (closed)

Merge request reports