Skip to content

Commit

Permalink
Comment out asyncfree
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Oct 19, 2023
1 parent ea7302a commit 11efb0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/hermes_blob_mdm/src/hermes_blob_mdm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ class Server : public TaskLib {
for (BufferInfo &buf : blob_info.buffers_) {
TargetInfo &target = *target_map_[buf.tid_];
std::vector<BufferInfo> buf_vec = {buf};
target.AsyncFree(task->task_node_ + 1,
blob_info.score_,
std::move(buf_vec), true);
// target.AsyncFree(task->task_node_ + 1,
// blob_info.score_,
// std::move(buf_vec), true);
}
blob_info.buffers_.clear();
blob_info.max_blob_size_ = 0;
Expand Down

0 comments on commit 11efb0e

Please sign in to comment.