From b8c9b27d1e133d46199734ca1f047af8bb2d3314 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 15 Dec 2000 01:01:51 +0000 Subject: Replace free() with xfree(). --- gdb/remote-adapt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-adapt.c') diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index 6e97c19..f370d38 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -610,7 +610,7 @@ the baud rate, and the name of the program to run on the remote system."); /*EMPTY */ ; if (prog_name != NULL) - free (prog_name); + xfree (prog_name); prog_name = savestring (p, strlen (p)); adapt_close (0); -- cgit v1.1