aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndegd.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-27 18:10:56 +0000
committerWerner Koch <[email protected]>2005-07-27 18:10:56 +0000
commita1cdf3c75fd5c644607b1877207d1d5b507a5bb9 (patch)
treedb7ed08934f367159a6792990476c0991fa44246 /cipher/rndegd.c
parentRemoved directories which are only used by the 1.9 branch (diff)
downloadgnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.tar.gz
gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.zip
Converted all m_free to xfree etc.
Diffstat (limited to '')
-rw-r--r--cipher/rndegd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndegd.c b/cipher/rndegd.c
index f2e2a020a..fb997d283 100644
--- a/cipher/rndegd.c
+++ b/cipher/rndegd.c
@@ -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;