- .NET API: Added finalizer to ControlObject (#459)

v1.6_develop_417_rbac2
Michael Zillgith 2 years ago
parent 5c5ceb65b5
commit fd4fe9ad35

@ -775,7 +775,10 @@ namespace IEC61850
Dispose (true);
}
~ControlObject()
{
Dispose (false);
}
}
}

Loading…
Cancel
Save