mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-09 12:33:17 +01:00
Seems scan-build is incorrectly assuming that `output != NULL` at the start of the function (so `file` is opened), and then later assuming that `output == NULL` (so `file` is not closed). Signed-off-by: Philip Withnall <pwithnall@gnome.org>