]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
authorTod Milam <tmilam@traclabs.com>
Thu, 14 Dec 2000 21:08:03 +0000 (21:08 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 21:08:03 +0000 (21:08 +0000)
the last module has been unloaded.

ChangeLog
libltdl/ltdl.c

index be5a132b880562e86e5d26cb8e0892738edb6264..49834c21770f640764d8b76b1183c7be6fb553d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14  Tod Milam  <tmilam@traclabs.com>
+
+       * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
+       the last module has been unloaded.
+       
 2000-12-14  Michael Schmitz  <mschmitz@iname.com>
 
        * libtool.m4: Port to *-sni-sysv4 (Reliant Unix)
index b8ea56ebebc7587f6ddb22f2b16be3a5cbf20d8d..c18c737a4b6fc87c17a2f3b00cce436eb0c2fdd9 100644 (file)
@@ -1138,6 +1138,7 @@ lt_dlexit ()
          lt_dlfree (loader);
          loader = next;
        }
+      loaders = 0;
     }
 
   return errors;