tests: fix leak

This commit is contained in:
Benjamin Dauvergne 2015-11-25 04:15:05 +01:00
parent 6b88c5b946
commit 89ba752aa5
1 changed files with 1 additions and 0 deletions

View File

@ -2097,6 +2097,7 @@ START_TEST(test16_test_get_issuer)
in_response_to = lasso_profile_get_in_response_to(content);
check_str_equals(in_response_to, "xx");
lasso_release_string(in_response_to);
lasso_release_string(content);
}
END_TEST