This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 7be5db3
authored
Stop nulling out fields in SafeDeleteSslContext dispose. (#28889)
Nulling out fields in SafeDeleteSslContext.Dispose causes occasional difficult to reproduce exceptions in CI. The fix is to stop nulling out these fields in the dispose method, and to allow the garbage collector to take care of them instead.
Fixes: #287591 parent 14435e1 commit 7be5db3
File tree
1 file changed
+0
-5
lines changed- src/System.Net.Security/src/System/Net/Security/Pal.OSX
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 117 | | |
123 | 118 | | |
124 | 119 | | |
| |||
0 commit comments