diff options
Diffstat (limited to 'src/libserver/task.c')
-rw-r--r-- | src/libserver/task.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libserver/task.c b/src/libserver/task.c index 2c014a7d1..7b665d983 100644 --- a/src/libserver/task.c +++ b/src/libserver/task.c @@ -239,6 +239,9 @@ rspamd_task_free (struct rspamd_task *task) if (tp->normalized_hashes) { g_array_free (tp->normalized_hashes, TRUE); } + if (tp->ucs32_words) { + g_array_free (tp->ucs32_words, TRUE); + } } if (task->rcpt_envelope) { |