Index: dll/win32/oleacc/main.c =================================================================== --- dll/win32/oleacc/main.c (revision 71259) +++ dll/win32/oleacc/main.c (working copy) @@ -324,6 +324,8 @@ } IStream_Release(stream); + + CloseHandle(mapping); return atom; }