Don't write to inferior_ptid in nto-procfs.c
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index c6569ec9cd45ba095ed08d1cbd7f0cdb05b7abcd..9a97ba740f541d38c2b731288947275435b4936d 100644 (file)
@@ -2666,8 +2666,7 @@ coff_write_relocs (bfd * abfd, int first_undef)
        }
 
 #ifdef TARG_AUX
-      if (p != NULL)
-       free (p);
+      free (p);
 #endif
     }
 
This page took 0.024097 seconds and 4 git commands to generate.