gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / binutils / wrstabs.c
index 86abec2765c9a96f35003afc72cde9ac14390e5a..0deed3151a3c9032440d8f27b374380ce36da8d9 100644 (file)
@@ -1224,8 +1224,7 @@ stab_method_type (void *p, bfd_boolean domainp, int argcount,
     }
   strcat (buf, ";");
 
-  if (args != NULL)
-    free (args);
+  free (args);
 
   if (! stab_push_string (info, buf, 0, definition, 0))
     return FALSE;
This page took 0.024516 seconds and 4 git commands to generate.