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:
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user