Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Browse files Browse the repository at this point in the history
* Delete empty FireCustomerDebugProbe FCall

* Delete duplicate C++ compiler command line options

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
  • Loading branch information
jkotas committed Oct 30, 2019
1 parent dd6ee3f commit e244382
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ private void Cleanup()
// occur implicitly as part of unmarshaling another P/Invoke).
int lastError = Marshal.GetLastWin32Error();

if (!ReleaseHandle())
ReleaseHandleFailed();
ReleaseHandle();

Marshal.SetLastWin32Error(lastError);
GC.SuppressFinalize(this);
Expand Down

0 comments on commit e244382

Please sign in to comment.