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:
Casey Bodley 2018-04-24 15:54:50 -04:00
parent 8a218e4115
commit 38fba24c03

View File

@ -401,6 +401,7 @@ bool MgrClient::handle_mgr_close(MMgrClose *m)
{
service_daemon = false;
shutdown_cond.Signal();
m->put();
return true;
}