summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-12 19:23:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-12 19:23:27 +0000
commit0cfe1e078d7e9f25b91b72d614cb263f5135d8b5 (patch)
treed14984e0a87defc7c37f1984cadce11ab1431239 /lib.c
parent6fdac8727a147aeaa85cd6485c5c219d21817699 (diff)
Adding the edit-message feature.
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 79d901fa..ebc24c6e 100644
--- a/lib.c
+++ b/lib.c
@@ -454,6 +454,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)->date);
mutt_free_list (&(*p)->references);
mutt_free_list (&(*p)->userhdrs);
safe_free ((void **) p);