Remove trailing spaces in binutils
[deliverable/binutils-gdb.git] / binutils / ar.c
index 94c79e21540e2241db80b3a5291df29d06da248d..b0fb7ffda169dc469e1057a84f31e43f3cc04927 100644 (file)
@@ -955,7 +955,7 @@ open_inarch (const char *archive_filename, const char *file)
                 bfd_get_filename (arch));
          goto bloser;
        }
-    }  
+    }
 
   last_one = &(arch->archive_next);
   /* Read all the contents right away, regardless.  */
@@ -1041,6 +1041,7 @@ extract_file (bfd *abfd)
     {
       non_fatal (_("illegal pathname found in archive member: %s"),
                 bfd_get_filename (abfd));
+      free (cbuf);
       return;
     }
 
This page took 0.02509 seconds and 4 git commands to generate.