summary refs log tree commit diff
path: root/elf/dl-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r--elf/dl-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-object.c b/elf/dl-object.c
index bfd4f2d8c4..9406ea1787 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -47,7 +47,7 @@ _dl_new_object (char *realname, const char *libname, int type,
 
   newname = (struct libname_list *) (new + 1);
   newname->name = (char *) memcpy (newname + 1, libname, libname_len);
-  newname->next = NULL;
+  /* newname->next = NULL;	We use calloc therefore not necessary.  */
   newname->dont_free = 1;
 
   new->l_name = realname;