]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
io-svg.c: simplify memory management for context->svg_data
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 6 Aug 2023 06:05:38 +0000 (02:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 6 Aug 2023 06:05:38 +0000 (02:05 -0400)
commit96deefceb53d73852b56ca0c71c08ba9abc758ca
treeba27b3b7deeec12264ccdaa220822cf44ccbdd4a
parent7e812ef9bb9e2c2a0700e7c8faec073df913bfdb
io-svg.c: simplify memory management for context->svg_data

Match up the malloc/free for this buffer rather than freeing it as
soon as possible in some helper function three levels down.
io-svg.c