gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / solib-darwin.c
index e740a41fa4f6d0d67a5bfe81af66ce8a037cd439..ee0483d2c87a2702beb91c343a5bbf5e3ba23dde 100644 (file)
@@ -662,7 +662,7 @@ darwin_bfd_open (const char *pathname)
   /* The current filename for fat-binary BFDs is a name generated
      by BFD, usually a string containing the name of the architecture.
      Reset its value to the actual filename.  */
-  bfd_set_filename (res.get (), xstrdup (pathname));
+  bfd_set_filename (res.get (), pathname);
 
   return res;
 }
This page took 0.024032 seconds and 4 git commands to generate.