From: Christopher Hoffman Date: Mon, 24 Mar 2025 12:38:58 +0000 (+0000) Subject: Fix Testclient bug X-Git-Tag: testing/wip-pdonnell-testing-20251117.182723-debug~69^2~65 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8fb269cb85972160315ffcb738ab204485a2f065;p=ceph-ci.git Fix Testclient bug Signed-off-by: Christopher Hoffman --- 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; }