[Box Backup-dev] COMMIT r690 - box/chris/general/lib/win32

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Jul 26 00:04:22 BST 2006


Author: chris
Date: 2006-07-25 23:04:20 +0000 (Tue, 25 Jul 2006)
New Revision: 690

Modified:
   box/chris/general/lib/win32/emu.cpp
Log:
* emu.cpp
- Close forgotten file descriptor


Modified: box/chris/general/lib/win32/emu.cpp
===================================================================
--- box/chris/general/lib/win32/emu.cpp	2006-07-25 22:51:02 UTC (rev 689)
+++ box/chris/general/lib/win32/emu.cpp	2006-07-25 23:04:20 UTC (rev 690)
@@ -852,6 +852,7 @@
 		return 1;
 	}
 
+	CloseHandle(handle);
 	return 0;
 }
 




More information about the Boxbackup-dev mailing list