mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 08:21:09 +01:00
ircd: add missing rb_free in start_zlib_session
This commit is contained in:
parent
1579e155b1
commit
b9ff4868a9
1 changed files with 1 additions and 0 deletions
|
@ -809,6 +809,7 @@ start_zlib_session(void *data)
|
||||||
sendto_realops_snomask(SNO_GENERAL, L_ALL, "Error creating zlib socketpair - %s", strerror(errno));
|
sendto_realops_snomask(SNO_GENERAL, L_ALL, "Error creating zlib socketpair - %s", strerror(errno));
|
||||||
ilog(L_MAIN, "Error creating zlib socketpairs - %s", strerror(errno));
|
ilog(L_MAIN, "Error creating zlib socketpairs - %s", strerror(errno));
|
||||||
exit_client(server, server, server, "Error creating zlib socketpair");
|
exit_client(server, server, server, "Error creating zlib socketpair");
|
||||||
|
rb_free(buf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue