mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Fix libXaw3d update issue and housekeeping.
PR: 286231 286082
(cherry picked from commit 9e27b733cc
)
10 lines
316 B
C
10 lines
316 B
C
--- src/FileSel.c.orig 2012-04-01 14:43:24 UTC
|
|
+++ src/FileSel.c
|
|
@@ -1414,6 +1414,7 @@ static void SetDirectoryView(FileSelectionWidget fs, c
|
|
else SetIncompleteDirectoryView(fs,cannotopenList);
|
|
chdir(APP_DIR);
|
|
ENDMESSAGE(SetDirectoryView)
|
|
+ (void)closedir(dirp);
|
|
return;
|
|
}
|
|
|