(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. */
|
/* Unload the shared object. */
|
||||||
if (obj->handle != NULL)
|
if (obj->handle != NULL)
|
||||||
do
|
__libc_dlclose (obj->handle);
|
||||||
__libc_dlclose (obj->handle);
|
|
||||||
while (--obj->counter > 0);
|
|
||||||
|
|
||||||
free (obj);
|
free (obj);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user