Index: sandbox/win/src/filesystem_policy.cc |
=================================================================== |
--- sandbox/win/src/filesystem_policy.cc (revision 194698) |
+++ sandbox/win/src/filesystem_policy.cc (working copy) |
@@ -49,7 +49,6 @@ |
if (!::DuplicateHandle(::GetCurrentProcess(), local_handle, |
target_process, target_file_handle, 0, FALSE, |
DUPLICATE_CLOSE_SOURCE | DUPLICATE_SAME_ACCESS)) { |
- ::CloseHandle(local_handle); |
return STATUS_ACCESS_DENIED; |
} |
return STATUS_SUCCESS; |