diff --git a/kit/Delta.hpp b/kit/Delta.hpp index f8c6433f2..b6101d5b5 100644 --- a/kit/Delta.hpp +++ b/kit/Delta.hpp @@ -455,7 +455,9 @@ class DeltaGenerator { } public: - DeltaGenerator() {} + DeltaGenerator() + : _maxEntries(0) + {} /// Re-balances the cache size to fit the number of sessions void rebalanceDeltas(ssize_t limit = -1)