projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge branch 'master' of /home/aggelos/devel/dfly/dfly.git/
[dragonfly.git]
/
sys
/
kern
/
kern_exit.c
diff --git
a/sys/kern/kern_exit.c
b/sys/kern/kern_exit.c
index
5a96ffb
..
0975726
100644
(file)
--- a/
sys/kern/kern_exit.c
+++ b/
sys/kern/kern_exit.c
@@
-276,6
+276,8
@@
exit1(int rv)
panic("Going nowhere without my init!");
}
+ varsymset_clean(&p->p_varsymset);
+ lockuninit(&p->p_varsymset.vx_lock);
/*
* Kill all lwps associated with the current process, return an
* error if we race another thread trying to do the same thing