mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-19 10:52:23 +08:00
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.