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:
committed by
Ulrich Drepper
parent
661b9e2014
commit
4bff6e0175
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user