]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr: avoid explicitly dropping ref of MgrOpRequest.request
authorMilind Changire <mchangir@redhat.com>
Fri, 4 Apr 2025 01:50:02 +0000 (07:20 +0530)
committerMilind Changire <mchangir@redhat.com>
Wed, 13 Aug 2025 08:04:12 +0000 (13:34 +0530)
Fixes: 66efcaae7a05abaefb12758239b0e1ad5cbd85c9
Fixes: https://tracker.ceph.com/issues/70618
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit 941c5edac00b750e7a0d40c7f8b12b72d39178dc)

src/mgr/MgrOpRequest.h

index 5b29e5980a3380a048fe8d08f17d71201243c75f..07242aec25e360ea52e4f0a318eb48161e71fd74 100644 (file)
@@ -49,7 +49,6 @@ protected:
 
 public:
   ~MgrOpRequest() override {
-    request->put();
   }
 
   template<class T>