Browse Source

add missing dsa_free to _dsa_wycheproof_test - fixes #303

Karel Miko 8 years ago
parent
commit
98536fa5bf
1 changed files with 1 additions and 0 deletions
  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;
       return CRYPT_FAIL_TESTVECTOR;
    }
    }
 
 
+   dsa_free(&key);
    return CRYPT_OK;
    return CRYPT_OK;
 }
 }