[System]: Fix minor leaks in AppleTls. (#5369)
authorMartin Baulig <mabaul@microsoft.com>
Tue, 15 Aug 2017 17:08:12 +0000 (13:08 -0400)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2017 17:08:12 +0000 (13:08 -0400)
commit093915cf834e7a3242529acae76d11d8a10c7c3d
treeea7cc4520ad0ac59c990a9cf7e473726b1043a8a
parentc74f44126efe14f933ddc77dc0778f5142be0ec2
[System]: Fix minor leaks in AppleTls. (#5369)

These should be automatically collected by the GC, but explicitly disposing
will keep memory usage more stable over time and keep pressure off the GC.
mcs/class/System/Mono.AppleTls/AppleCertificateHelper.cs
mcs/class/System/Mono.AppleTls/AppleTlsContext.cs
mcs/class/System/Mono.AppleTls/Trust.cs