From a44e494e2de669966d2035137736366f813fe6ad Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 13 Sep 2001 08:28:21 +0000 Subject: free the credits string. 2001-09-13 Larry Ewing * mail-tools.c (mail_tool_quote_message): free the credits string. svn path=/trunk/; revision=12795 --- mail/ChangeLog | 4 ++++ mail/mail-tools.c | 1 + 2 files changed, 5 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 0d079f09ca..a7be78d90b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-09-13 Larry Ewing + + * mail-tools.c (mail_tool_quote_message): free the credits string. + 2001-09-12 * mail-vfolder.c (vfolder_remove_cb): Fixed the remove callback diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 45d5a45a5e..0848044b92 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -418,6 +418,7 @@ mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...) text, want_plain ? "" : ""); g_free (text); + g_free (credits); return ret_text; } -- cgit v1.2.3