]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Fix Testclient bug
authorChristopher Hoffman <choffman@redhat.com>
Mon, 24 Mar 2025 12:38:58 +0000 (12:38 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/test/client/TestClient.h

index 5208fb457e0ed8b4c83f17a874c15b68d423e2d4..d9d4344354b65881a574fdc9f9b0c420971657db 100644 (file)
@@ -243,7 +243,6 @@ public:
       if (encrypted) {
         client->unmount();
         client->shutdown();
-        delete client;
       }
       return encrypted;
     }