mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
FREE -> free
Submitted by: rdivacky
This commit is contained in:
parent
4038a816f8
commit
c67e0cc9e7
1 changed files with 2 additions and 2 deletions
|
|
@ -232,10 +232,10 @@ void linux_proc_exec(void *arg __unused, struct proc *p, struct image_params *im
|
|||
|
||||
em->shared->refs--;
|
||||
if (em->shared->refs == 0)
|
||||
FREE(em->shared, M_LINUX);
|
||||
free(em->shared, M_LINUX);
|
||||
EMUL_SHARED_WUNLOCK(&emul_shared_lock);
|
||||
|
||||
FREE(em, M_LINUX);
|
||||
free(em, M_LINUX);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue