]> 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 21:36:39 +0000 (14:36 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_cr_rest.h

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