1
0
mirror of https://github.com/ceph/ceph synced 2024-12-25 12:54:16 +00:00

osdc/Objecter: fix leak of MStatfsReply

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2014-09-10 06:57:12 -07:00
parent 8d3f13540b
commit 46bbe30e68

View File

@ -3264,6 +3264,7 @@ void Objecter::handle_fs_stats_reply(MStatfsReply *m)
} else {
ldout(cct, 10) << "unknown request " << tid << dendl;
}
m->put();
ldout(cct, 10) << "done" << dendl;
}