]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_close): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 15:48:22 +0000 (15:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Oct 1998 15:48:22 +0000 (15:48 +0000)
elf/dl-close.c

index 3b039dcd66e050a48f56b2b089ad47bdb79f6412..7fdf5a1b031e0dbc41822c4a23b40519e517b707 100644 (file)
@@ -124,7 +124,7 @@ _dl_close (struct link_map *map)
            }
          if (imap->l_next)
            imap->l_next->l_prev = imap->l_prev;
-         if (imap->l_dupsearchlist(
+         if (imap->l_dupsearchlist)
            free (imap->l_dupsearchlist);
          if (imap->l_searchlist && imap->l_searchlist != list)
            free (imap->l_searchlist);