]> granicus.if.org Git - graphviz/commit
gvmap: remove dynamic allocation for opacity
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 21:29:02 +0000 (14:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 23 Aug 2021 14:57:19 +0000 (07:57 -0700)
commita889d69258763de3dcaf267e584204eefcbb7fd3
tree8ce54dad3d1c25afd5a7aac0870b750f8b4c5c87
parentbea66873fce4f2e00912bdaec77c9bcf52acc113
gvmap: remove dynamic allocation for opacity

After the prior type signature changes, this string no longer needs to be
dynamically allocated. This also fixes a memory leak that would occur when
passing the -c command line argument multiple times.
cmd/gvmap/gvmap.c