FREE -> free

Submitted by:	rdivacky
This commit is contained in:
Suleiman Souhlal 2006-08-28 13:52:27 +00:00
parent 4038a816f8
commit c67e0cc9e7

View file

@ -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);
}
}