mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
(do_release_all): Undo last change.
This commit is contained in:
parent
be280d0eaf
commit
9a0a989516
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user