(do_release_all): Undo last change.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Nov 2002 04:37:00 +0000 (04:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Nov 2002 04:37:00 +0000 (04:37 +0000)
iconv/gconv_dl.c

index 0bf6129..cc7627a 100644 (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);
 }