From: Milind Changire Date: Fri, 4 Apr 2025 01:50:02 +0000 (+0530) Subject: mgr: avoid explicitly dropping ref of MgrOpRequest.request X-Git-Tag: testing/wip-hyelloji-testing-20250624.114937~23^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=941c5edac00b750e7a0d40c7f8b12b72d39178dc;p=ceph-ci.git mgr: avoid explicitly dropping ref of MgrOpRequest.request Fixes: 66efcaae7a05abaefb12758239b0e1ad5cbd85c9 Fixes: https://tracker.ceph.com/issues/70618 Signed-off-by: Milind Changire --- 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