Philip Withnall c4b4fecaef glocalfileoutputstream: Tidy up error handling
After the recent reworking of this code it was possible for `g_close()`
to be called on `fd == -1`, which is invalid. It would have reported an
error, were errors not ignored. So it was harmless, but still best to
fix.

Simplify the error handling by combining both error labels and checking
the state of `fd` dynamically.

Coverity CID: #1450834

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2021-03-16 11:36:27 +00:00
..
2021-02-04 18:38:17 +05:30
2019-07-15 16:07:18 -07:00
2018-09-12 14:35:16 +00:00
2019-07-04 16:23:44 +00:00
2020-11-11 13:15:21 +02:00
2019-01-31 19:00:19 -05:00
2021-01-19 23:16:57 +01:00
2021-01-05 21:42:59 +01:00