Add a missing call to mtx_destroy().

This commit is contained in:
dfr 2008-11-12 12:21:18 +00:00
parent c7acada69c
commit 83bb8e9bfc

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)