diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index eb18812..73d37b7 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; } |