diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/rndegd.c | 2 |
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; |