Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IDisposable for CSharp classes for cleanup of unmanaged resources #225

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Jul 12, 2022

Implement IDisposable for CSharp classes that need cleanup of unmanaged resources (see #221)

@dgarske dgarske requested a review from anhu July 12, 2022 23:56
@dgarske dgarske assigned dgarske and anhu and unassigned dgarske Jul 12, 2022
@@ -147,7 +147,7 @@ public enum X509_Format : int
DER = 2,
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A terrific change, does the WoltTPM2Exception implement this interface?

@dgarske dgarske assigned dgarske and unassigned anhu Jul 13, 2022
@dgarske dgarske assigned anhu and unassigned dgarske Jul 15, 2022
@anhu anhu merged commit 63be95d into wolfSSL:master Jul 15, 2022
@dgarske dgarske deleted the csharp_cleanup branch July 15, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants