mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
mgrc: free MMgrClose in handle_mgr_close
Fixes: http://tracker.ceph.com/issues/23846 Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
8a218e4115
commit
38fba24c03
@ -401,6 +401,7 @@ bool MgrClient::handle_mgr_close(MMgrClose *m)
|
||||
{
|
||||
service_daemon = false;
|
||||
shutdown_cond.Signal();
|
||||
m->put();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user