diff options
Diffstat (limited to 'libemail-engine/mail-mt.c')
-rw-r--r-- | libemail-engine/mail-mt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libemail-engine/mail-mt.c b/libemail-engine/mail-mt.c index 19ed41b0dc..96f8e7267f 100644 --- a/libemail-engine/mail-mt.c +++ b/libemail-engine/mail-mt.c @@ -655,6 +655,8 @@ mail_call_main (mail_call_t type, ret = m->ret; mail_msg_unref (m); + /* the m->ap is freed on the message end, at do_free() above */ + /* coverity[missing_va_end] */ return ret; } |