aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndegd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndegd.c')
-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;