aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 3695800bc7..4c7c049745 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -854,7 +854,7 @@ op_status_exec (struct _op_status_msg *m)
data = msg->priv;
- out = alloca (strlen (m->what) * 2 + 1);
+ out = g_alloca (strlen (m->what) * 2 + 1);
o = out;
p = m->what;
while ((c = *p++)) {