mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Remove duplicate va_end() on error path
This commit is contained in:
parent
82913c2b64
commit
bb81665e20
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ xfprintf(FILE *fp, const char *format, ...)
|
|||
va_end(va);
|
||||
if (fwrite(out, (size_t) len, 1U, fp) != 1U) {
|
||||
sodium_free(out);
|
||||
va_end(va);
|
||||
exit_err("fwrite()");
|
||||
}
|
||||
sodium_free(out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue