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/kod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/kod.c') diff --git a/gdb/kod.c b/gdb/kod.c index d2687d7..6aa6769 100644 --- a/gdb/kod.c +++ b/gdb/kod.c @@ -143,7 +143,7 @@ kod_set_os (char *arg, int from_tty, struct cmd_list_element *command) if (old_operating_system) { delete_cmd (old_operating_system, &infolist); - free (old_operating_system); + xfree (old_operating_system); } old_operating_system = xstrdup (operating_system); @@ -175,7 +175,7 @@ kod_set_os (char *arg, int from_tty, struct cmd_list_element *command) p = "Unknown KOD library"; printf_filtered ("%s - %s\n", operating_system, p); - free (kodlib); + xfree (kodlib); } } -- cgit v1.1