Skip to content

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 authored and dotnet-bot committed Oct 29, 2019
1 parent 0521c2f commit 648cf48
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 648cf48

Please sign in to comment.