changeset 823:aafff5605a1a

Fixup missing myfree of from to and repto in resend_queue()
author Richard Mortimer
date Tue, 25 Jan 2011 18:33:14 +0000
parents 0040ff9fec8b
children a1286c17824a
files src/mlmmj-maintd.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-maintd.c	Tue Jan 25 16:47:49 2011 +0000
+++ b/src/mlmmj-maintd.c	Tue Jan 25 18:33:14 2011 +0000
@@ -315,6 +315,9 @@
 		if(t - st.st_mtime > bouncelife) {
 			unlink(mailname);
 			myfree(mailname);
+			myfree(from);
+			myfree(to);
+			myfree(repto);
 			continue;
 		}