From 9866098ade7d10e7aa7b928dc3ffd28252e48a1c 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 7baf9752568..0845fc9d17a 100644 --- a/src/test/client/TestClient.h +++ b/src/test/client/TestClient.h @@ -242,7 +242,6 @@ public: if (encrypted) { client->unmount(); client->shutdown(); - delete client; } return encrypted; } -- 2.39.5