summaryrefslogtreecommitdiffstats
path: root/src/rgw
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-12-28 01:36:02 +0100
committerSage Weil <sage@inktank.com>2013-12-28 01:36:21 +0100
commitf9f5c37149ae23a713ef68c61dec7dc2250b3a64 (patch)
treef729950422c70282d68dc36dbad577ddaed3ebea /src/rgw
parentosd/OSDMap: observe 'osd crush chooseleaf type' option for initial rules (diff)
downloadceph-f9f5c37149ae23a713ef68c61dec7dc2250b3a64.tar.xz
ceph-f9f5c37149ae23a713ef68c61dec7dc2250b3a64.zip
rgw: fix leak of RGWProcess
Introduced by a3e50b09a1fa22b80dea014d4b7bd96c23904f22. Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'src/rgw')
-rw-r--r--src/rgw/rgw_main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc
index 3fcbaf72c9c..e3efaf7e9e4 100644
--- a/src/rgw/rgw_main.cc
+++ b/src/rgw/rgw_main.cc
@@ -678,6 +678,7 @@ public:
~RGWFCGXFrontend() {
delete thread;
+ delete pprocess;
}
int run() {