ports/print/gv/files/patch-src_FileSel.c
mew14930xvi 90d720cc68 print/gv: Assign new maintainer
Fix libXaw3d update issue and housekeeping.

PR:		286231 286082

(cherry picked from commit 9e27b733cc)
2025-04-25 21:51:17 +09:00

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;
}