aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-29 05:23:32 +0800
committerDan Winship <danw@src.gnome.org>2001-05-29 05:23:32 +0800
commit353f8187b88ee39b08d33845461bc853c454f4d5 (patch)
tree16169568bab9b464c9f119e159c4b50fdd5349a2 /mail/mail-format.c
parentd591587d8f36e9cf4a1abb16f14f2feee8e507fb (diff)
downloadgsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.tar.gz
gsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.tar.zst
gsoc2013-evolution-353f8187b88ee39b08d33845461bc853c454f4d5.zip
Fix a bug that could cause a crash on messages with an empty subject.
* mail-format.c (write_text_header): Fix a bug that could cause a crash on messages with an empty subject. Oops. svn path=/trunk/; revision=10034
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index fcaa02c130..af6a870b22 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -661,7 +661,7 @@ write_text_header (const char *name, const char *value, int flags, GtkHTML *html
mail_html_write (html, stream, "%s</td> </tr>", encoded);
- if (value)
+ if (value && *value)
g_free (encoded);
}
8286446f40'>Fix install path of CHANGES.txt when using nikto -update and bump PORTREVISION.itetcu2007-10-221-2/+3 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-4/+4 * Update to 1.36itetcu2007-04-053-6/+7 * - make -update work by using the right path in plugins/nikto_core.plugin [1]itetcu2006-08-161-7/+10 * Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0 * - Un-BREAK by using version-ed file-name for DISTFILESgarga2005-12-143-21/+47 * OKEN: Size mismatchkris2005-11-151-0/+2 * Update to nikto-1.35 to fix fetchingkris2005-07-112-3/+3