]> granicus.if.org Git - mutt/commitdiff
Fix a memory leak, noted by Roland Rosenfeld.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Jan 1999 22:12:10 +0000 (22:12 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Jan 1999 22:12:10 +0000 (22:12 +0000)
lib.c

diff --git a/lib.c b/lib.c
index 5466d79d05a74b7760f0406f9ce76ffe0bb08a06..553a40ae02eb0fcfa94645302269950c739a3873 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -482,6 +482,7 @@ void mutt_free_envelope (ENVELOPE **p)
   rfc822_free_address (&(*p)->mail_followup_to);
   safe_free ((void **) &(*p)->subject);
   safe_free ((void **) &(*p)->message_id);
+  safe_free ((void **) &(*p)->supersedes);
   safe_free ((void **) &(*p)->date);
   mutt_free_list (&(*p)->references);
   mutt_free_list (&(*p)->userhdrs);