This commit was generated by cvs2svn to compensate for changes in r176892,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Shteryana Shopova 2008-03-07 09:33:29 +00:00
commit 02f27f1cfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176893

View File

@ -2242,6 +2242,8 @@ lm_load(const char *path, const char *section)
return (m);
err:
if ((m->flags & LM_ONSTARTLIST) != 0)
TAILQ_REMOVE(&modules_start, m, start);
if (m->handle)
dlclose(m->handle);
free(m->path);