mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 11:27:42 +03:00
Missing sodium_free()
This commit is contained in:
parent
6a2e8df4c2
commit
98ea87a872
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ seckey_load(const char *sk_file)
|
|||
le64_load(seckey_struct->kdf_memlimit_le)) != 0) {
|
||||
abort();
|
||||
}
|
||||
sodium_free(pwd);
|
||||
xor_buf((unsigned char *) (void *) &seckey_struct->keynum_sk, stream,
|
||||
sizeof seckey_struct->keynum_sk);
|
||||
sodium_free(stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue