diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 9f30edf..4e115b2 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -214,6 +214,5 @@ fbsd_make_corefile_notes (struct target_ops *self, bfd *obfd, int *note_size) fname, psargs); } - make_cleanup (xfree, note_data); return note_data; } |