mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
ceph-osd: put g_ceph_context before exit
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
49f32cee64
commit
dccf6ee4d5
@ -459,6 +459,7 @@ int main(int argc, const char **argv)
|
||||
delete messenger_hbclient;
|
||||
delete messenger_hbserver;
|
||||
delete cluster_messenger;
|
||||
g_ceph_context->put();
|
||||
|
||||
// cd on exit, so that gmon.out (if any) goes into a separate directory for each node.
|
||||
char s[20];
|
||||
|
Loading…
Reference in New Issue
Block a user