Commit 31aa38158a0ec6075749838639775f3c01e01f6c

Philip Withnall 2014-06-20T21:11:40

xmlIO: Fix an FD leak on gzdopen() failure According to the documentation, gzdopen() does not close the FD on failure (but does effectively close it on success, since gzclose() closes it). Coverity issues: #60440, #60441 https://bugzilla.gnome.org/show_bug.cgi?id=731990