From: Ulrich Drepper Date: Tue, 21 Jun 2011 16:40:22 +0000 (-0400) Subject: Revert unwanted patch X-Git-Tag: glibc-2.15~523 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b36b153d5deb8fad8490b2544d416b24c9be922d;p=glibc.git Revert unwanted patch --- diff --git a/elf/dl-close.c b/elf/dl-close.c index 6f8d9d2c80..229e288ef6 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -123,15 +123,12 @@ _dl_close_worker (struct link_map *map) { if (map->l_type == lt_loaded) dl_close_state = rerun; -#if 1 - else if (map->l_type == lt_library && map->l_initfini != map->l_orig_initfini) + else if (map->l_type == lt_library) { struct link_map **oldp = map->l_initfini; map->l_initfini = map->l_orig_initfini; - _dl_printf("aaa\n"); _dl_scope_free (oldp); } -#endif } /* There are still references to this object. Do nothing more. */