libgweather: fix gweather_location_next_child() example
Using g_autoptr() with this API will leak because the child is not automatically released on each iteration of the loop. Only the last child would be unref'd.
Edited by Christian Hergert
Using g_autoptr() with this API will leak because the child is not automatically released on each iteration of the loop. Only the last child would be unref'd.