]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: eliminate pointless NULL check
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 15 Nov 2023 16:55:18 +0000 (11:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commit9d74009dd53f0d4cbb1101c9cffe0fda7f983bf2
treef05c49eb14315cbb0d68026a7309f345a9056400
parent3253c09177e1f58f15b0f34f0fa04f5ef7107cd2
src/svgtiny.c: eliminate pointless NULL check

We initialize the entire struct to zero a few lines earlier.
src/svgtiny.c