summaryrefslogtreecommitdiff
path: root/gdb/remote-bug.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-12-15 01:01:51 +0000
committerKevin Buettner <kevinb@redhat.com>2000-12-15 01:01:51 +0000
commit7fd5097f9fb26871e9f0b329f1cf5554495ed589 (patch)
tree20b4de6e7953169d2402aff4e158b475b5726e67 /gdb/remote-bug.c
parenteac388f33554805a5765a2836926311f77cd8d79 (diff)
downloadgdb-7fd5097f9fb26871e9f0b329f1cf5554495ed589.tar.gz
Replace free() with xfree().
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r--gdb/remote-bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index eb18812f6fd..73d37b7255b 100644
--- a/gdb/remote-bug.c
+++ b/gdb/remote-bug.c
@@ -156,7 +156,7 @@ bug_load (char *args, int fromtty)
gdb_flush (gdb_stdout);
}
printf_filtered ("\n");
- free (buffer);
+ xfree (buffer);
}
s = s->next;
}