commit | bd51b262d1793dfc48366e92199feb21846de726 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 15:26:12 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jul 10 16:37:50 2014 +0200 |
tree | 96e9750cc9d176d8b30cce237451204b402eed7e | |
parent | 318d0fe844b111c72df9c4660d1f915423310659 [diff] [blame] |
Add 'exit' label and variable initialization to relevant test suite functions
diff --git a/tests/suites/test_suite_gcm.function b/tests/suites/test_suite_gcm.function index 3167bdb..c30b755 100644 --- a/tests/suites/test_suite_gcm.function +++ b/tests/suites/test_suite_gcm.function
@@ -51,6 +51,7 @@ TEST_ASSERT( strcmp( (char *) tag_str, hex_tag_string ) == 0 ); } +exit: gcm_free( &ctx ); } /* END_CASE */ @@ -106,6 +107,7 @@ } } +exit: gcm_free( &ctx ); } /* END_CASE */