Add a missing call to mtx_destroy() in clnt_reconnect_destroy().
Submitted by: zachary.loafman at isilon.com MFC after: 2 weeks
This commit is contained in:
parent
0dc2a27f4a
commit
c7b8f980d8
@ -385,6 +385,7 @@ clnt_reconnect_destroy(CLIENT *cl)
|
||||
|
||||
if (rc->rc_client)
|
||||
CLNT_DESTROY(rc->rc_client);
|
||||
mtx_destroy(&rc->rc_lock);
|
||||
mem_free(rc, sizeof(*rc));
|
||||
mem_free(cl, sizeof (CLIENT));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user