diff options
author | portix <portix@gmx.net> | 2011-10-28 22:45:32 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-10-28 22:45:32 +0200 |
commit | 2812d0dd1fc93f29fe123f7d3b370915e212ecaa (patch) | |
tree | 5e03186326138a6b948c9c7ad42c2c82d51bc3fe /src/util.c | |
parent | 663387fd45ab2728e97d1107f20ae0994133cd77 (diff) | |
parent | 4dc9c7356f42ab6af06effc12e4e187078de6062 (diff) | |
download | dwb-2812d0dd1fc93f29fe123f7d3b370915e212ecaa.zip |
Merging head 636 with 686
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -253,6 +253,7 @@ util_get_directory_entries(const char *path, const char *text) { list = g_list_prepend(list, store); } } + g_dir_close(dir); } list = g_list_sort(list, (GCompareFunc)strcmp); return list; |