[Xfce4-commits] <parole:master> Correctly close dir-handle (Fix Bug #10600)

Simon Steinbeiss noreply at xfce.org
Sat Jan 4 01:12:01 CET 2014


Updating branch refs/heads/master
         to 61821b73c94fa8f498fe3fe78a8fc686295275f8 (commit)
       from 6cf72a06c15fecf392d473146da94e4e9391c799 (commit)

commit 61821b73c94fa8f498fe3fe78a8fc686295275f8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jan 4 01:10:41 2014 +0100

    Correctly close dir-handle (Fix Bug #10600)

 src/gst/parole-gst.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 11e2334..e06ccc2 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -1073,8 +1073,8 @@ parole_gst_tag_list_get_cover_external (ParoleGst *gst)
     g_free(uri);
     g_free(filename);
     g_free(directory);
-    g_free(file_dir);
     g_free(lower);
+    g_dir_close(file_dir);
     
     if (!cover_filename)
         return NULL;


More information about the Xfce4-commits mailing list