mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
mon: don't leak MAuth
This commit is contained in:
parent
0c38b3d63d
commit
21a97d1e7c
@ -443,6 +443,7 @@ bool AuthMonitor::prep_auth(MAuth *m, bool paxos_writable)
|
||||
reply:
|
||||
reply = new MAuthReply(proto, &response_bl, ret, s->global_id);
|
||||
mon->messenger->send_message(reply, m->get_orig_source_inst());
|
||||
m->put();
|
||||
done:
|
||||
s->put();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user