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

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


Updating branch refs/heads/0.5
         to ef420a0a4dd289bb67ac66be2d33b60ada27f659 (commit)
       from 17378c79a32e888df05593051e5b13bbd592bf15 (commit)

commit ef420a0a4dd289bb67ac66be2d33b60ada27f659
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jan 4 21:58:54 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 336ee5b..98f32b4 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -1168,8 +1168,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