[Box Backup-dev] COMMIT r690 - box/chris/general/lib/win32
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Tue, 25 Jul 2006 23:04:22 +0000 (GMT)
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;
}