Also changed Copyright to include 2001.
+2001-02-02 John Moore <jmoore@redhat.com>
+
+ * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
+ xfree(). Also changed Copyright to include 2001.
+
2001-02-02 J.T. Conklin <jtc@redback.com>
* monitor.c (#include "gdb_wait.h"): Removed.
/* GDB CLI commands.
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512);
error("Error in regular expression:%s",errorbuffer);
}
- free(pattern_fastmap);
+ xfree (pattern_fastmap);
}
\f
static void