Skip to content

Commit

Permalink
Merge pull request #10656: jewel: cors auto memleak
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Aug 22, 2016
2 parents bf54a86 + fb36dd0 commit cdb5cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rgw/rgw_rest_s3.cc
Expand Up @@ -2162,7 +2162,8 @@ int RGWPutCORS_ObjStore_S3::get_params()
if (s->aws4_auth_needs_complete) {
int ret_auth = do_aws4_auth_completion();
if (ret_auth < 0) {
return ret_auth;
r = ret_auth;
goto done_err;
}
}

Expand Down

0 comments on commit cdb5cde

Please sign in to comment.