Browse Source

also copy the invalid handlers pointer (see last commit) on CacheData copy constructor

master
Constantin Fürst 11 months ago
parent
commit
98835799d4
  1. 1
      offloading-cacher/cache.hpp

1
offloading-cacher/cache.hpp

@ -678,6 +678,7 @@ inline dsacache::CacheData::CacheData(const dsacache::CacheData& other) {
incomplete_cache_ = other.incomplete_cache_;
handlers_ = other.handlers_;
invalid_handlers_ = other.invalid_handlers_;
}
inline dsacache::CacheData::~CacheData() {

Loading…
Cancel
Save