Add intentional memory leak for testing

This commit is contained in:
Joseph Henry 2023-04-26 10:34:27 -07:00
parent e805d9312e
commit 90b5d06a23
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344

View file

@ -1206,6 +1206,8 @@ public:
void readLocalSettings()
{
RedisConfig *_rc = new RedisConfig();
// Read local configuration
std::map<InetAddress,ZT_PhysicalPathConfiguration> ppc;