mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
release certificate resources after we've used them
This commit is contained in:
@@ -60,4 +60,9 @@ foreach ($file in $signableFiles) {
|
||||
}
|
||||
|
||||
|
||||
# Release certificate
|
||||
if ($cert -ne $null) {
|
||||
$cert.Dispose()
|
||||
}
|
||||
|
||||
Write-Output ""
|
||||
Reference in New Issue
Block a user