diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-11-12 12:21:18 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-11-12 12:21:18 +0000 |
| commit | a9ccfd56e34e4e83f04253408edec01efa5bfd60 (patch) | |
| tree | 8f9d12546976dd4bd54dc142c5bd260114efc8c0 /sys | |
| parent | a1fc35d1a5c5832d9aa8eccf6809caf002d04707 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/rpc/clnt_vc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c index 11fc20191d43..8054a2ab9793 100644 --- a/sys/rpc/clnt_vc.c +++ b/sys/rpc/clnt_vc.c @@ -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) |
