There is no need to allocate neither RowRanges nor HeightCache on the heap, just create them on the stack -- if nothing else, this ensures we don't leak memory, unlike before. |
||
|---|---|---|
| .. | ||
| rowheightcachetest.cpp | ||
There is no need to allocate neither RowRanges nor HeightCache on the heap, just create them on the stack -- if nothing else, this ensures we don't leak memory, unlike before. |
||
|---|---|---|
| .. | ||
| rowheightcachetest.cpp | ||