Skip to content

weather: Fix possible use after free

Bastien Nocera requested to merge wip/hadess/weather-use-after-free into master

Don't use potentially dangling data pointer after a cancelling a soup function call. The user_data might already be freed at this point, and we're getting called after gweather_weather_dispose() has been triggered.

Closes: #34 (closed)

Merge request reports