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
|
@ -140,7 +140,7 @@ rndegd_connect_socket (int nofail)
|
|||
close (fd);
|
||||
fd = -1;
|
||||
}
|
||||
m_free(name);
|
||||
xfree(name);
|
||||
if (fd != -1)
|
||||
egd_socket = fd;
|
||||
return fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue