mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
filer: add missing return
Coverity cid 717404 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
a6dfa3e5b1
commit
1355a676f6
@ -133,6 +133,7 @@ void Filer::_probed(Probe *probe, const object_t& oid, uint64_t size, utime_t mt
|
||||
probe->onfinish->finish(probe->err);
|
||||
delete probe->onfinish;
|
||||
delete probe;
|
||||
return;
|
||||
}
|
||||
|
||||
// analyze!
|
||||
|
Loading…
Reference in New Issue
Block a user