Skip to content

Commit

Permalink
Merge pull request #10868: jewel: rgw: radosgw daemon core when reope…
Browse files Browse the repository at this point in the history
…n logs

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Oct 10, 2016
2 parents 419cda7 + 416ec6f commit 4efd916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_rados.cc
Expand Up @@ -3135,7 +3135,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 @@ -3166,6 +3165,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 4efd916

Please sign in to comment.