mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
Added destructor to class Network
This commit is contained in:
parent
65ab05979d
commit
9475414ecd
@ -41,3 +41,8 @@ QString Network::local_ipv6()
|
||||
}
|
||||
return(address.toString());
|
||||
}
|
||||
|
||||
Network::~Network()
|
||||
{
|
||||
delete udpSocket;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user