From 8fb269cb85972160315ffcb738ab204485a2f065 Mon Sep 17 00:00:00 2001 From: Christopher Hoffman Date: Mon, 24 Mar 2025 12:38:58 +0000 Subject: [PATCH] Fix Testclient bug Signed-off-by: Christopher Hoffman --- src/test/client/TestClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/client/TestClient.h b/src/test/client/TestClient.h index 5208fb457e0..d9d4344354b 100644 --- a/src/test/client/TestClient.h +++ b/src/test/client/TestClient.h @@ -243,7 +243,6 @@ public: if (encrypted) { client->unmount(); client->shutdown(); - delete client; } return encrypted; } -- 2.47.3