A hash was allocated, and its contents borrowed and later unreffed/freed, but the hash itself was never freed.
Looks OK. One additional enhancement you could make: > - g_ptr_array_unref (satisfied_requests); > + free_satisfied_requests (satisfied_requests); Consider giving satisfied_requests g_free as a free-function, which would mean the last unref automatically frees its contents.
Good point, amended.
Also r+.
Released in 5.8.0; will be in 5.9.2 when it's released shortly.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.