All of lore.kernel.org
 help / color / mirror / Atom feed
* [mlmmj] [PATCH 07 of 10] Fixup missing myfree of from to and repto in
@ 2011-01-27 22:59 Richard Mortimer
  0 siblings, 0 replies; only message in thread
From: Richard Mortimer @ 2011-01-27 22:59 UTC (permalink / raw)
  To: mlmmj

# HG changeset patch
# User Richard Mortimer <richm@oldelvet.org.uk>
# Date 1295980394 0
# Node ID a1ae4cff691cd9f5f652d5a04d32ce2517e6de80
# Parent  b380028a2c36091bd1d4f9077024432abf4cfefe
Fixup missing myfree of from to and repto in resend_queue()

diff -r b380028a2c36 -r a1ae4cff691c src/mlmmj-maintd.c
--- 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
@@ -336,6 +336,9 @@
 		if(t - st.st_mtime > bouncelife) {
 			unlink(mailname);
 			myfree(mailname);
+			myfree(from);
+			myfree(to);
+			myfree(repto);
 			continue;
 		}
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-27 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27 22:59 [mlmmj] [PATCH 07 of 10] Fixup missing myfree of from to and repto in Richard Mortimer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.