mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed segv in gpg-agent (command marktrusted).
Replaced almost all free by xfree. Translation fixes.
This commit is contained in:
parent
3d39dc13d0
commit
138bf2dc15
46 changed files with 194 additions and 114 deletions
|
@ -205,7 +205,7 @@ preset_passphrase (const char *keygrip)
|
|||
}
|
||||
|
||||
wipememory (line, strlen (line));
|
||||
free (line);
|
||||
xfree (line);
|
||||
}
|
||||
|
||||
|
||||
|
@ -222,7 +222,7 @@ forget_passphrase (const char *keygrip)
|
|||
gpg_strerror (gpg_error_from_syserror ()));
|
||||
return;
|
||||
}
|
||||
free (line);
|
||||
xfree (line);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue