Skip to content
Commit 61e09326 authored by Florian Müllner's avatar Florian Müllner
Browse files

weather: Guard against segfault

When GWeatherInfo:location is set to %NULL, the default location will
be used. Currently the code assumes that this fallback can always be
resolved, however find_by_station_code() may return %NULL, resulting
in a segfault.

https://bugzilla.gnome.org/show_bug.cgi?id=780278
parent e8c6435c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment