From: Tod Milam Date: Thu, 14 Dec 2000 21:08:03 +0000 (+0000) Subject: * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when X-Git-Tag: release-1-3d~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c856a4196e73dd55e809b62beb1f24a1a5f3f50;p=thirdparty%2Flibtool.git * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when the last module has been unloaded. --- diff --git a/ChangeLog b/ChangeLog index be5a132b8..49834c217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-14 Tod Milam + + * libltdl/ltdl.c (lt_dlexit): Reset the loaders value to zero when + the last module has been unloaded. + 2000-12-14 Michael Schmitz * libtool.m4: Port to *-sni-sysv4 (Reliant Unix) diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index b8ea56ebe..c18c737a4 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -1138,6 +1138,7 @@ lt_dlexit () lt_dlfree (loader); loader = next; } + loaders = 0; } return errors;