mirror of https://github.com/milvus-io/milvus.git
parent
364c19bb9f
commit
45e9522259
|
@ -273,7 +273,6 @@ class Snapshot : public ReferenceProxy {
|
|||
ReferenceProxy::UnRef();
|
||||
if (ref_count_ == 0) {
|
||||
UnRefAll();
|
||||
std::apply([](auto&... holder) { ((holder.clear()), ...); }, resources_);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue