(do_release_all): Undo last change.

This commit is contained in:
Ulrich Drepper 2002-11-06 04:37:00 +00:00
parent be280d0eaf
commit 9a0a989516
1 changed files with 1 additions and 3 deletions

View File

@ -198,9 +198,7 @@ do_release_all (void *nodep)
/* Unload the shared object. */
if (obj->handle != NULL)
do
__libc_dlclose (obj->handle);
while (--obj->counter > 0);
__libc_dlclose (obj->handle);
free (obj);
}