Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[STORAGE] BUGFIX of memory pool release
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 26, 2015
1 parent a801b3e commit 22f84b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/pooled_storage_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void PooledStorageManager<DeviceStorage, kThreshold>::ReleaseAll() {
used_memory_ -= i.first;
}
}
memory_pool_.clear();
}

} // namespace storage
Expand Down

0 comments on commit 22f84b2

Please sign in to comment.