mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +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>