diff options
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r-- | sys/vm/vm_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index f9fb68c..d2ad1e2 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -305,7 +305,7 @@ vm_waitproc(p) pmap_dispose_proc(p); /* drop per-process resources */ FOREACH_THREAD_IN_PROC(p, td) pmap_dispose_thread(td); - vmspace_free(p->p_vmspace); /* and clean-out the vmspace */ + vmspace_exitfree(p); /* and clean-out the vmspace */ } /* |