1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 18:03:13 +02:00

Fixed minor memleak with zip links (a few k per server link).

This commit is contained in:
Bram Matthys
2003-02-04 16:54:53 +00:00
parent 24f36c846c
commit c0a3cd9c14
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1873,3 +1873,4 @@ seen. gmtime warning still there
outgoing server connections, you could for example enable this if you are linking two servers
with an often changing host (like dyndns.org).
- Documentation updates for nodnscache.
- Fixed minor memleak with zip links.
+1 -1
View File
@@ -149,7 +149,7 @@ aClient *make_client(aClient *from, aClient *servr)
void free_client(aClient *cptr)
{
if (MyClient(cptr))
if (MyConnect(cptr))
{
if (cptr->passwd)
MyFree((char *)cptr->passwd);