Skip to content

Commit

Permalink
[Minor] Oops: I have written too long in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 25, 2023
1 parent f0d4093 commit c82c2cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libmime/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,8 @@ rspamd_message_process (struct rspamd_task *task)
g_array_index(detected_text_parts, struct rspamd_mime_part_text_position, i).res);
}

g_array_free (detected_text_parts, TRUE);

if (old_top != -1) {
lua_settop (L, old_top);
}
Expand Down

0 comments on commit c82c2cc

Please sign in to comment.