Fix memory leaks
[deliverable/binutils-gdb.git] / bfd / elflink.h
index 3af34ee284d311f46359c027f1f7f43a12b99d02..3535da5547a22305076b089e549c41341e3dc2ca 100644 (file)
@@ -4855,6 +4855,7 @@ elf_link_sort_relocs (abfd, info, psec)
          }
       }
 
+  free (sort);
   *psec = reldyn;
   return ret;
 }
This page took 0.031501 seconds and 4 git commands to generate.