Make syntax-check complains about this in localcharset.c:
if (old_res_ptr != NULL)
free (old_res_ptr);maint.mk: found useless "if" before "free" above Any objections to simplifying this to 'free (old_res_ptr);'? /Simon
