mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
rgw: fix leak of RGWProcess
Introduced by a3e50b09a1
.
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
2f8b602910
commit
f9f5c37149
@ -678,6 +678,7 @@ public:
|
||||
|
||||
~RGWFCGXFrontend() {
|
||||
delete thread;
|
||||
delete pprocess;
|
||||
}
|
||||
|
||||
int run() {
|
||||
|
Loading…
Reference in New Issue
Block a user