Skip to content

libgweather: fix gweather_location_next_child() example

Christian Hergert requested to merge wip/chergert/for-main into main

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

Merge request reports