Explorar o código

add missing dsa_free to _dsa_wycheproof_test - fixes #303

Karel Miko %!s(int64=8) %!d(string=hai) anos
pai
achega
98536fa5bf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/dsa_test.c

+ 1 - 0
tests/dsa_test.c

@@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
       return CRYPT_FAIL_TESTVECTOR;
    }
 
+   dsa_free(&key);
    return CRYPT_OK;
 }