cid#318963 Uninitialized scalar field
Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com> Change-Id: I459f70a41e5c1bab2e575c8d9ee699e213f2456e
This commit is contained in:
parent
fb9fe79d3d
commit
1063fdbcba
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue