Skip to content

Commit

Permalink
Merge pull request #10737 from weiqiaomiao/wqm-wip-rgw-core
Browse files Browse the repository at this point in the history
rgw: fix radosgw daemon core when reopen logs

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Aug 17, 2016
2 parents 2634bcf + ea5d7fd commit c63a467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_rados.cc
Expand Up @@ -3164,7 +3164,6 @@ void RGWRados::finalize()
data_notifier->stop();
delete data_notifier;
}
delete meta_mgr;
delete data_log;
if (async_rados) {
delete async_rados;
Expand Down Expand Up @@ -3201,6 +3200,7 @@ void RGWRados::finalize()
if (cr_registry) {
cr_registry->put();
}
delete meta_mgr;
delete binfo_cache;
delete obj_tombstone_cache;
}
Expand Down

0 comments on commit c63a467

Please sign in to comment.