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-eb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-eb.c') diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 42e606f..9ccac6f 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -426,7 +426,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)); eb_close (0); -- cgit v1.1