Plug memory leak
The GWeather.Info.get_location_name() returns a string with full ownership. Instead of going through the public API, we can get the location name directly from the data structure.
Fixes: #80 (closed)
The GWeather.Info.get_location_name() returns a string with full ownership. Instead of going through the public API, we can get the location name directly from the data structure.
Fixes: #80 (closed)