1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix memory leak in dlopen with RTLD_NOLOAD.

This commit is contained in:
Andreas Schwab
2011-02-25 20:49:48 -05:00
committed by Ulrich Drepper
parent 661b9e2014
commit 4bff6e0175
8 changed files with 59 additions and 13 deletions

View File

@ -686,5 +686,5 @@ Filters not supported with LD_TRACE_PRELINKING"));
_dl_scope_free (old_l_reldeps);
}
if (old_l_initfini != NULL)
_dl_scope_free (old_l_initfini);
map->l_orig_initfini = old_l_initfini;
}