]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "rgw: fix handler leak in handle_request"
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 10 Jan 2013 18:14:11 +0000 (10:14 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 10 Jan 2013 18:14:11 +0000 (10:14 -0800)
This reverts commit eba314a811cd98a79f483dc7a9128fe76c722c78.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_main.cc

index 08f3df1ed18b885dbf1f063a07cc5c7a254007e0..3165ab0454ada2136d562b4fcad9b827898f2841 100644 (file)
@@ -359,9 +359,6 @@ done:
 
   dout(1) << "====== req done req=" << hex << req << dec << " http_status=" << http_ret << " ======" << dendl;
   delete req;
-
-  if (handler)
-    delete handler;
 }
 
 class C_InitTimeout : public Context {