free localClient->zipstats, allocated in sslproc.c
==01:17:20:36.906 5966== 48 bytes in 1 blocks are definitely lost in loss record 544 of 1,020 ==01:17:20:36.906 5966== at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==01:17:20:36.906 5966== by 0x4E93F0C: rb_malloc (rb_memory.h:41) ==01:17:20:36.906 5966== by 0x4E961E8: start_zlib_session (sslproc.c:901) ==01:17:20:36.906 5966== by 0x4E86FAC: server_estab (s_serv.c:877) ==01:17:20:36.906 5966== by 0x13B2921A: mr_server (m_server.c:304) ==01:17:20:36.906 5966== by 0x4E7AF03: handle_command (parse.c:241) ==01:17:20:36.906 5966== by 0x4E7A96A: parse (parse.c:157) ==01:17:20:36.906 5966== by 0x4E7A3DC: client_dopacket (packet.c:354) ==01:17:20:36.906 5966== by 0x4E798D6: parse_client_queued (packet.c:98) ==01:17:20:36.906 5966== by 0x4E79FAC: read_packet (packet.c:282) ==01:17:20:36.906 5966== by 0x56CBAB6: rb_select_epoll (epoll.c:199) ==01:17:20:36.906 5966== by 0x56C4EB5: rb_select (commio.c:2085)
This commit is contained in:
parent
0508eea2ed
commit
6f3d3cb6f5
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ free_local_client(struct Client *client_p)
|
|||
if(IsCapable(client_p, CAP_ZIP))
|
||||
ssld_decrement_clicount(client_p->localClient->z_ctl);
|
||||
|
||||
rb_free(client_p->localClient->zipstats);
|
||||
|
||||
rb_bh_free(lclient_heap, client_p->localClient);
|
||||
client_p->localClient = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue