mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Add intentional memory leak for testing
This commit is contained in:
parent
e805d9312e
commit
90b5d06a23
1 changed files with 2 additions and 0 deletions
|
@ -1206,6 +1206,8 @@ public:
|
||||||
|
|
||||||
void readLocalSettings()
|
void readLocalSettings()
|
||||||
{
|
{
|
||||||
|
RedisConfig *_rc = new RedisConfig();
|
||||||
|
|
||||||
// Read local configuration
|
// Read local configuration
|
||||||
std::map<InetAddress,ZT_PhysicalPathConfiguration> ppc;
|
std::map<InetAddress,ZT_PhysicalPathConfiguration> ppc;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue