* libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when

the last module has been unloaded.
This commit is contained in:
Tod Milam 2000-12-14 21:08:03 +00:00 committed by Gary V. Vaughan
parent 51fdd772c6
commit 2c856a4196
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -1138,6 +1138,7 @@ lt_dlexit ()
lt_dlfree (loader);
loader = next;
}
loaders = 0;
}
return errors;