Fixed memory leak in magrep message body search

This commit is contained in:
Julian Rother 2018-12-18 22:10:10 +01:00
parent ab80765c24
commit f9a509ae2a

View File

@ -123,6 +123,7 @@ match_body(char *file)
return; return;
blaze822_walk_mime(msg, 0, match_part); blaze822_walk_mime(msg, 0, match_part);
blaze822_free(msg);
} }
int int