]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Call shm(destroy) on the mmd shared memory area right after creating it.
authorAndre Noll <maan@systemlinux.org>
Tue, 3 Feb 2009 20:41:08 +0000 (21:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 3 Feb 2009 20:41:08 +0000 (21:41 +0100)
It will only be destroyed when the last reference is gone, which
is when para_server exits. This allows to get rid of a global
variable. Moreover, the shared memory area will be destroyed even
in case para_server crashes.


No differences found