mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Add a missing call to mtx_destroy().
This commit is contained in:
parent
a1fc35d1a5
commit
a9ccfd56e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue