rgw: fix leak of RGWProcess

Introduced by a3e50b09a1.

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-12-27 16:36:02 -08:00
parent 2f8b602910
commit f9f5c37149

View File

@ -678,6 +678,7 @@ public:
~RGWFCGXFrontend() {
delete thread;
delete pprocess;
}
int run() {