mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
0046d1a07f
PR: ports/142898 Submitted by: bf <bf1783@gmail.com> (maintainer)
11 lines
309 B
C
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;
|
|
}
|
|
|