Fixes for memory issues detected by valgrind
This commit is contained in:
parent
ff07a488a2
commit
53379c5482
17 changed files with 74 additions and 27 deletions
|
|
@ -36,7 +36,7 @@ net_port::net_port(const char * client_name, const char * port)
|
|||
|
||||
net_port::~net_port()
|
||||
{
|
||||
|
||||
freeaddrinfo(result_list);
|
||||
}
|
||||
|
||||
bool net_port::udp_client(const char * client_name, const char * port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue