Skip to content

gio-test: fix uninitialized variable warning

Mathieu Duponchelle requested to merge mathieudu/glib:fix-gio-test into master

id was assigned to an arbitrary number of times in a loop, and is now stored in an array which is freed after the main loop has run.

Merge request reports