1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/print/gv/files/patch-src_FileSel.c
Philip M. Gollucci 0046d1a07f - Update to 3.6.8
PR:             ports/142898
Submitted by:   bf <bf1783@gmail.com> (maintainer)
2010-02-05 03:36:22 +00:00

11 lines
309 B
C

--- src/FileSel.c.orig 2010-01-16 19:32:22.000000000 -0500
+++ src/FileSel.c 2010-01-16 19:33:09.000000000 -0500
@@ -1488,6 +1488,7 @@
else SetIncompleteDirectoryView(fs,cannotopenList);
chdir(APP_DIR);
ENDMESSAGE(SetDirectoryView)
+ (void)closedir(dirp);
return;
}