Add a missing call to mtx_destroy().
This commit is contained in:
parent
a1fc35d1a5
commit
a9ccfd56e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user