[Xfce4-commits] [xfce/exo] 01/01: File descriptor was never opened if < 0 (CID 85387)

noreply at xfce.org noreply at xfce.org
Fri May 22 05:08:33 CEST 2015


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit 1a8144607e104cbd9e727fe7ffd8f5edea638f7f
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Thu May 21 23:08:25 2015 -0400

    File descriptor was never opened if < 0 (CID 85387)
---
 exo/exo-gdk-pixbuf-extensions.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/exo-gdk-pixbuf-extensions.c b/exo/exo-gdk-pixbuf-extensions.c
index f9f1d97..07d4253 100644
--- a/exo/exo-gdk-pixbuf-extensions.c
+++ b/exo/exo-gdk-pixbuf-extensions.c
@@ -787,7 +787,6 @@ err1: /* initialize the library's i18n support */
       g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (sverrno), _("Failed to open file \"%s\": %s"), display_name, g_strerror (sverrno));
       g_free (display_name);
 
-      close(fd);
       return NULL;
     }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list