Skip to content

Commit

Permalink
lib-test: Added missing va_end() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Sep 9, 2016
1 parent bd30f04 commit 4148574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-test/test-common.c
Expand Up @@ -314,6 +314,7 @@ test_error_handler(const struct failure_context *ctx,
suppress = strstr(str, expected_error_str) != NULL;
test_assert(suppress == TRUE);
i_free_and_null(expected_error_str);
va_end(args2);
} T_END;
expected_errors--;
} else {
Expand Down

0 comments on commit 4148574

Please sign in to comment.