mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-03 20:10:49 +02:00
Test cleanups. Fix possible leak in TLSX_UseSRTP.
This commit is contained in:
+3
-3
@@ -322,7 +322,7 @@ static int execute_test_case(int svr_argc, char** svr_argv,
|
||||
#endif
|
||||
|
||||
#ifdef WOLFSSL_SRTP
|
||||
struct srtp_test_helper srtp_helper;
|
||||
srtp_test_helper srtp_helper;
|
||||
#endif
|
||||
/* Is Valid Cipher and Version Checks */
|
||||
/* build command list for the Is checks below */
|
||||
@@ -454,8 +454,8 @@ static int execute_test_case(int svr_argc, char** svr_argv,
|
||||
|
||||
#ifdef WOLFSSL_SRTP
|
||||
srtp_helper_init(&srtp_helper);
|
||||
cliArgs.srtp_test_helper = &srtp_helper;
|
||||
svrArgs.srtp_test_helper = &srtp_helper;
|
||||
cliArgs.srtp_helper = &srtp_helper;
|
||||
svrArgs.srtp_helper = &srtp_helper;
|
||||
#endif
|
||||
#ifdef WOLFSSL_TIRTOS
|
||||
fdOpenSession(Task_self());
|
||||
|
||||
Reference in New Issue
Block a user