Style: use heap, not stack, allocation.
commit537a206a1e263c7225481f95bf0fd8e24c0951c9
authorMorten Welinder <terra@gnome.org>
Thu, 30 Nov 2017 16:45:15 +0000 (30 11:45 -0500)
committerMorten Welinder <terra@gnome.org>
Thu, 30 Nov 2017 16:45:15 +0000 (30 11:45 -0500)
treed6ace60fb842548353250432908aed0e11dbdbbb
parent092b689743623b48950e8694ad624492328032f8
Style: use heap, not stack, allocation.

An allocation of 4*rows pointers is a bit big for the stack if we have
16k rows.
ChangeLog
src/sheet-style.c