Skip to content
Snippets Groups Projects
Commit 53f9573c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix small memory leak when telgate() was used to proxy for a telnet server

At least 512 bytes per call.
parent 4679ceaa
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6562 passed
......@@ -473,5 +473,6 @@ bool sbbs_t::telnet_gate(char* destaddr, uint mode, unsigned timeout, str_list_t
close_socket(remote_socket);
lprintf(LOG_INFO,"Node %d Telnet gate to %s finished",cfg.node_num,destaddr);
delete proxy;
return true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment