changeset 20955:f7f1e893236c

merge of '107559a1f06aea6bcd2bc3914663a84a941f275c' and '9c0eac6528c65b06c0ac062dd0f682bf594522cb'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 15 Oct 2007 18:56:04 +0000
parents 07b27e3522e3 (current diff) 34420be6e537 (diff)
children 2101ebd66f15
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntfilesel.c	Mon Oct 15 11:19:33 2007 +0000
+++ b/finch/libgnt/gntfilesel.c	Mon Oct 15 18:56:04 2007 +0000
@@ -265,6 +265,7 @@
 		}
 		g_free(fp);
 	}
+	g_dir_close(dir);
 
 	*files = g_list_reverse(*files);
 	return TRUE;