mime-decode: clean up after MimeDecParseFullMsgTest01.

pull/1195/head
Tom DeCanio 11 years ago committed by Victor Julien
parent 4503ffeee9
commit c279f07d2a

@ -2760,6 +2760,8 @@ static int MimeDecParseFullMsgTest01(void) {
return -1;
}
MimeDecFreeEntity(entity);
if (expected_count != line_count) {
SCLogInfo("Warning: Line count is invalid: expected - %d actual - %d",
expected_count, line_count);

Loading…
Cancel
Save