mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Converted all m_free to xfree etc.
This commit is contained in:
parent
cd570629b2
commit
a1cdf3c75f
112 changed files with 2067 additions and 1813 deletions
|
@ -178,12 +178,12 @@ decrypt_messages(int nfiles, char *files[])
|
|||
g10_errstr(rc));
|
||||
p = get_last_passphrase();
|
||||
set_next_passphrase(p);
|
||||
m_free (p);
|
||||
xfree (p);
|
||||
|
||||
next_file:
|
||||
/* Note that we emit file_done even after an error. */
|
||||
write_status( STATUS_FILE_DONE );
|
||||
m_free(output);
|
||||
xfree(output);
|
||||
}
|
||||
|
||||
set_next_passphrase(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue