wxWidgets/tests/rowheightcache
Vadim Zeitlin d1b02b8dd6 Fix memory leaks in newly added unit test
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.
2018-12-07 04:17:16 +01:00
..
rowheightcachetest.cpp Fix memory leaks in newly added unit test 2018-12-07 04:17:16 +01:00