We're allocating a weak handle here: https://github.com/dotnet/runtime/blob/e694e81b5d56ca8e81291688089129c5e2125919/src/libraries/System.Net.Security/src/System/Net/Security/Pal.OSX/SafeDeleteSslContext.cs#L194 But doesn't look like we're ever Free-ing it.
We're allocating a weak handle here:
runtime/src/libraries/System.Net.Security/src/System/Net/Security/Pal.OSX/SafeDeleteSslContext.cs
Line 194 in e694e81
But doesn't look like we're ever Free-ing it.