Index: src/bin/psql/command.c
===================================================================
RCS file: /var/lib/cvs/pgsql-server/src/bin/psql/command.c,v
retrieving revision 1.89
diff -c -r1.89 command.c
*** src/bin/psql/command.c	13 Feb 2003 04:08:16 -0000	1.89
--- src/bin/psql/command.c	18 Feb 2003 08:02:39 -0000
***************
*** 881,886 ****
--- 881,888 ----
  	{
  		if (status != CMD_UNKNOWN)
  			psql_error("\\%s: extra argument '%s' ignored\n", cmd, val);
+ 		if (val)
+ 			free(val);
  	}
  
  	if (options_string && continue_parse)
