Add a missing call to mtx_destroy().

This commit is contained in:
Doug Rabson 2008-11-12 12:21:18 +00:00
parent a1fc35d1a5
commit a9ccfd56e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184877

View File

@ -299,6 +299,7 @@ clnt_vc_create(
err:
if (cl) {
if (ct) {
mtx_destroy(&ct->ct_lock);
mem_free(ct, sizeof (struct ct_data));
}
if (cl)