2
0
Эх сурвалжийг харах

add missing dsa_free to _dsa_wycheproof_test - fixes #303

Karel Miko 8 жил өмнө
parent
commit
98536fa5bf
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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;
 }