mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +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()
|
||||
{
|
||||
RedisConfig *_rc = new RedisConfig();
|
||||
|
||||
// Read local configuration
|
||||
std::map<InetAddress,ZT_PhysicalPathConfiguration> ppc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue