Skip to content

Plug memory leak

Emmanuele Bassi requested to merge issue-80 into main

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)

Merge request reports