From 90b5d06a23b8970680796f248fa205d5845df80d Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 26 Apr 2023 10:34:27 -0700 Subject: [PATCH] Add intentional memory leak for testing --- service/OneService.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/OneService.cpp b/service/OneService.cpp index 5864f2075..5b318c2d0 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -1206,6 +1206,8 @@ public: void readLocalSettings() { + RedisConfig *_rc = new RedisConfig(); + // Read local configuration std::map ppc;