RISC-V: Fix missing initialization of riscv_csr_extra structs
[deliverable/binutils-gdb.git] / gas / stabs.c
index de37f0ae9379a3bfd4ac17c79fcea2ce2b10ba14..c962bb4fdf78a5c685281976f6bd7609b14b7d61 100644 (file)
@@ -564,8 +564,7 @@ generate_asm_file (int type, const char *file)
 
   colon (sym);
 
-  if (last_file != NULL)
-    free (last_file);
+  free (last_file);
   last_file = xstrdup (file);
 
   free (buf);
This page took 0.039267 seconds and 4 git commands to generate.