diff options
Diffstat (limited to 'src/libserver/task.c')
-rw-r--r-- | src/libserver/task.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libserver/task.c b/src/libserver/task.c index 6135bced4..664715fea 100644 --- a/src/libserver/task.c +++ b/src/libserver/task.c @@ -282,6 +282,10 @@ rspamd_task_free (struct rspamd_task *task) rspamd_email_address_free (task->from_envelope); } + if (task->meta_words) { + g_array_free (task->meta_words, TRUE); + } + ucl_object_unref (task->messages); if (task->re_rt) { |