mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when
the last module has been unloaded.
This commit is contained in:
parent
51fdd772c6
commit
2c856a4196
@ -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)
|
||||
|
@ -1138,6 +1138,7 @@ lt_dlexit ()
|
||||
lt_dlfree (loader);
|
||||
loader = next;
|
||||
}
|
||||
loaders = 0;
|
||||
}
|
||||
|
||||
return errors;
|
||||
|
Loading…
Reference in New Issue
Block a user