Don't try to cleanup libselinux and libaudit.
commit9e471dad8e173806cbbfb704875d5ae40e36fa34
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 May 2009 03:48:08 +0000 (15 20:48 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 16 May 2009 03:48:08 +0000 (15 20:48 -0700)
treeebfa781022fb62ee9b008d302d8ab33ff68a20ad
parent9437b427cec6266abd303983848549a5c4ba0d0a
Don't try to cleanup libselinux and libaudit.

Because we are not shutting down the other threads first another
thread might work on a query before the process shuts down.  In this
case the now uninitialized libselinux and libaudit might be used.
Just don't free the resources.  It's not necessary anyway because
the process is about to terminate.
nptl/ChangeLog
nscd/nscd.c
nscd/selinux.c
nscd/selinux.h