cleanup fp cache on examples with thread local storage

This commit is contained in:
toddouska
2014-09-09 10:14:32 -07:00
parent 2c595139db
commit 6175a2a20c
5 changed files with 36 additions and 1 deletions
+1
View File
@@ -460,6 +460,7 @@ int SuiteTest(void)
printf(" End Cipher Suite Tests\n");
CyaSSL_CTX_free(cipherSuiteCtx);
CyaSSL_Cleanup();
return args.return_code;
}