From bc5fb0374c3ce6eca92f44d13a55b066e707c4a0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Sep 2010 07:20:57 -0700 Subject: Don't try to free rpath strings allocated during startup --- elf/dl-load.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index 0adddf5aaa..a7162eb77d 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -787,9 +787,6 @@ _dl_init_paths (const char *llp) } else env_path_list.dirs = (void *) -1; - - /* Remember the last search directory added at startup. */ - GLRO(dl_init_all_dirs) = GL(dl_all_dirs); } -- cgit v1.2.1