diff options
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 86ad0a5701..b9db3d16e4 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -2376,7 +2376,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct gchar *str_field = NULL; gint i; - name = alloca(strlen(header->name)+1); + name = g_alloca(strlen(header->name)+1); strcpy(name, header->name); canon_header_name (name); |