]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop a reference to http op
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 27 Apr 2016 23:39:36 +0000 (16:39 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 May 2016 23:02:47 +0000 (16:02 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 4442d1c19acfc28c2dd4a011365ebebe08750963)

src/rgw/rgw_cr_rest.h

index 147784f0f10128aabff10367a5cf48cb72347116..d496891f056b42aaf17b4345a75b2a3bda8e2026 100644 (file)
@@ -119,6 +119,7 @@ public:
       op->put();
       return ret;
     }
+    op->put();
     return 0;
   }