]> granicus.if.org Git - graphviz/commit
common mkDirlist: switch to cgraph allocation helpers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 16 Jul 2022 17:20:05 +0000 (10:20 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Jul 2022 00:41:58 +0000 (17:41 -0700)
commit172e67fc049fe5e00edc7054fb3385678bdd4ff2
treeade63cfd64c72d6455aba8f7f5866950aea642cd
parent057a016d64c9feefeab869025f9d1c6e010dd305
common mkDirlist: switch to cgraph allocation helpers

These have the advantage of zeroing newly allocated memory, leaving the caller
one fewer thing to worry about.
lib/common/utils.c