diff options
Diffstat (limited to 'gdb/linux-tdep.c')
-rw-r--r-- | gdb/linux-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index ca19cf4..d0f1106 100644 --- a/gdb/linux-tdep.c +++ b/gdb/linux-tdep.c @@ -1502,7 +1502,6 @@ linux_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size, note_data = linux_make_mappings_corefile_notes (gdbarch, obfd, note_data, note_size); - make_cleanup (xfree, note_data); return note_data; } |