This commit is contained in:
Günter Obiltschnig 2014-10-10 08:21:08 +02:00
Родитель af38d47df2
Коммит b72641d20b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1308,8 +1308,8 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
}
else break;
}
}
#endif
}
CertFreeCertificateChain(pChainContext);
}