]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
io-svg.c: realloc() on each incremental load.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 5 Aug 2023 17:40:28 +0000 (13:40 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 5 Aug 2023 18:34:30 +0000 (14:34 -0400)
commit2c9c75bf190e03d4bb339dc1f598b6c0aac2c5d3
treef4d27249199afe03450f2f14095af71d224ab0d6
parent8344b5875279c0b4b829f077ecab6fc5f005e7b7
io-svg.c: realloc() on each incremental load.

This will reallocate more often -- once per increment, rather than
during only those increments where we run out of space -- but it
simplifies the logic. And I actually suspect that my computer might be
smart sometimes and can avoid some of these reallocations on its own.
io-svg.c