421216 - libpkix test nss_thread leaks a test certificate. r=nelson

This commit is contained in:
alexei.volkov.bugs%sun.com 2008-03-06 03:01:56 +00:00
Родитель b8594d7c9b
Коммит 18caf45439
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -192,5 +192,6 @@ int nss_threads(int argc, char** argv)
}
Test(cert, duration, threads);
CERT_DestroyCertificate(cert);
return (0);
}