From fe77e70108d5e4da42ec6ee7e4f1bfaccd64ef04 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 28 May 2001 17:10:35 +0000 Subject: Resolve conflicts from 8.11.4 import --- contrib/sendmail/src/headers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/sendmail/src/headers.c') diff --git a/contrib/sendmail/src/headers.c b/contrib/sendmail/src/headers.c index a39caea..d6ddc72 100644 --- a/contrib/sendmail/src/headers.c +++ b/contrib/sendmail/src/headers.c @@ -12,7 +12,7 @@ */ #ifndef lint -static char id[] = "@(#)$Id: headers.c,v 8.203.4.12 2001/01/22 19:00:22 gshapiro Exp $"; +static char id[] = "@(#)$Id: headers.c,v 8.203.4.13 2001/05/03 17:24:06 gshapiro Exp $"; #endif /* ! lint */ /* $FreeBSD$ */ @@ -343,7 +343,7 @@ hse: } if ((sp = macvalue(macid("{currHeader}", NULL), e)) != NULL) - free(sp); + sm_free(sp); define(macid("{currHeader}", NULL), newstr(qval), e); define(macid("{hdr_name}", NULL), newstr(fname), e); (void) rscheck(rs, fvalue, NULL, e, stripcom, TRUE, 4, -- cgit v1.1