From 02966255e9ce9a31f534a9f44f7e28d65b315c47 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Oct 2002 12:33:33 +0000 Subject: Free fix to re-enable some text in error messages. svn path=/trunk/; revision=3744 --- transact.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index c0f79253..82729aa6 100644 --- a/transact.c +++ b/transact.c @@ -388,6 +388,7 @@ int readheaders(int sock, */ if (msgblk.headers) free(msgblk.headers); + free_str_list(&msgblk.recipients); /* initially, no message ID */ if (ctl->thisid) @@ -1232,8 +1233,6 @@ int readheaders(int sock, *cp++ = '\0'; stuffline(ctl, buf); -/* free(msgblk.headers); */ - free_str_list(&msgblk.recipients); return(headers_ok ? PS_SUCCESS : PS_TRUNCATED); } -- cgit v1.2.3