Skip to content

Commit

Permalink
- .NET API: Added finalizer to ControlObject (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Jun 26, 2023
1 parent 30fec0a commit d0e0dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dotnet/IEC61850forCSharp/Control.cs
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,10 @@ public void Dispose() {
Dispose (true);
}


~ControlObject()
{
Dispose (false);
}
}

}
Expand Down

0 comments on commit d0e0dc2

Please sign in to comment.