Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / targets.c
index 9c2db0aeb65293fe6dd259d8c216760830dc710a..e5fc71a206ab59ee7cfe4fcad6fb594d3707b634 100644 (file)
@@ -1692,8 +1692,7 @@ bfd_get_target_info (const char *target_name, bfd *abfd,
            _bfd_find_arch_match (tname, arches, def_target_arch);
        }
 
-      if (arches)
-       free (arches);
+      free (arches);
     }
   return target_vec;
 }
This page took 0.023327 seconds and 4 git commands to generate.