[PATCH] winebuild: added missing close

Marcus Meissner marcus at jet.franken.de
Sat Aug 8 03:53:56 CDT 2009


---
 tools/winebuild/res16.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/winebuild/res16.c b/tools/winebuild/res16.c
index 8a26ae2..a81f63b 100644
--- a/tools/winebuild/res16.c
+++ b/tools/winebuild/res16.c
@@ -184,6 +184,7 @@ void load_res16_file( const char *name, DLLSPEC *spec )
     file_pos  = base;
     file_end  = file_pos + st.st_size;
     while (file_pos < file_end) load_next_resource( spec );
+    close (fd);
 }
 
 /* compare two strings/ids */
-- 
1.5.6



More information about the wine-patches mailing list