You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -263,7 +263,7 @@ namespace Microsoft.Win32.SafeHandles {
|
||||
T duplicate = new T();
|
||||
|
||||
// We need to do this operation in a CER in order to ensure that everybody's state stays consistent
|
||||
// with the current view of the world. If the state of the various handles gets out of [....], then
|
||||
// with the current view of the world. If the state of the various handles gets out of sync, then
|
||||
// we'll end up leaking since reference counts will not be set up properly.
|
||||
RuntimeHelpers.PrepareConstrainedRegions();
|
||||
try { }
|
||||
|
Reference in New Issue
Block a user