summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_op.h')
-rw-r--r--src/rgw/rgw_op.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h
index be4087fa941..7fdd242639e 100644
--- a/src/rgw/rgw_op.h
+++ b/src/rgw/rgw_op.h
@@ -446,6 +446,10 @@ public:
len = 0;
data = NULL;
}
+ virtual ~RGWPutACLs() {
+ free(data);
+ }
+
int verify_permission();
void execute();
@@ -497,6 +501,10 @@ public:
data = NULL;
len = 0;
}
+ virtual ~RGWCompleteMultipart() {
+ free(data);
+ }
+
int verify_permission();
void execute();