From: Milind Changire Date: Fri, 4 Apr 2025 01:50:02 +0000 (+0530) Subject: mgr: avoid explicitly dropping ref of MgrOpRequest.request X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=663e7a3418ed8064bb900ac825e1ffb0832d47e4;p=ceph.git mgr: avoid explicitly dropping ref of MgrOpRequest.request Fixes: 66efcaae7a05abaefb12758239b0e1ad5cbd85c9 Fixes: https://tracker.ceph.com/issues/70618 Signed-off-by: Milind Changire (cherry picked from commit 941c5edac00b750e7a0d40c7f8b12b72d39178dc) --- diff --git a/src/mgr/MgrOpRequest.h b/src/mgr/MgrOpRequest.h index cc454aa6dc8..dd4ff21f5be 100644 --- a/src/mgr/MgrOpRequest.h +++ b/src/mgr/MgrOpRequest.h @@ -52,7 +52,6 @@ protected: public: ~MgrOpRequest() override { - request->put(); } template