Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

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 54a8053 commit 98ff9c1
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 98ff9c1

Please sign in to comment.