(m32r_handle_align): Declare type of fragp.
[deliverable/binutils-gdb.git] / gdb / cxux-nat.c
index 74636bdd1edbe371936c14d47373a1f4a2bc43a2..74b201049ad59bb6804a7b009d7ae8048df4e4ef 100644 (file)
@@ -386,7 +386,7 @@ add_shared_symbol_files (void)
              section_addrs.other[0].addr = lms.l_addr;
               section_addrs.other[0].name = ".text";
              symbol_file_add (path_name, 1, &section_addrs, 0, 0);
-             free (path_name);
+             xfree (path_name);
            }
        }
       /* traverse links in reverse order so that we get the
This page took 0.02306 seconds and 4 git commands to generate.