[glib/wip/coverity-fixes: 1/6] gfileutils: Remove extra fclose()
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/coverity-fixes: 1/6] gfileutils: Remove extra fclose()
- Date: Thu, 21 Jun 2012 16:13:18 +0000 (UTC)
commit dd06327e25f6c801f8e9584da616a722db766c14
Author: Colin Walters <walters verbum org>
Date: Thu Jun 21 12:00:04 2012 -0400
gfileutils: Remove extra fclose()
This is a regression introduced by:
commit 6ac8e6108cf15884e28fe1ecd3042dfce0e11dfd
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 14 10:12:46 2011 -0400
Don't leak resources in error cases
glib/gfileutils.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glib/gfileutils.c b/glib/gfileutils.c
index cb306ef..0df9305 100644
--- a/glib/gfileutils.c
+++ b/glib/gfileutils.c
@@ -1166,7 +1166,6 @@ write_to_temp_file (const gchar *contents,
display_name,
g_strerror (save_errno));
- fclose (file);
g_unlink (tmp_name);
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]