Fixes for async build and tests.

This commit is contained in:
David Garske
2019-09-19 12:30:05 -07:00
parent 1493b94b27
commit 6aecdf59c1
4 changed files with 17 additions and 2 deletions

View File

@@ -3091,7 +3091,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
#if defined(OPENSSL_EXTRA) && defined(HAVE_EXT_CACHE)
if (flatSession) {
XFREE(flatSession, heap, DYNAMIC_TYPE_TMP_BUFFER);
XFREE(flatSession, NULL, DYNAMIC_TYPE_TMP_BUFFER);
wolfSSL_SESSION_free(session);
}
#endif