Skip to content

Commit

Permalink
Merge branch 'master' into tck/ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Jan 9, 2023
2 parents d023de1 + f0b516a commit a6b3492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/memory/MemoryTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ThreadMemoryStats::~ThreadMemoryStats() {
// Return to global any reserved bytes on destruction
if (reserved != 0) {
MemoryStats::instance().freeGlobal(reserved);
DLOG(INFO) << std::this_thread::get_id() << " return reserved " << reserved;
}
}

Expand Down

0 comments on commit a6b3492

Please sign in to comment.