]> granicus.if.org Git - graphviz/commit
gvpr: stack-allocate options struct
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Jul 2022 15:28:09 +0000 (08:28 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 4 Jul 2022 22:19:11 +0000 (15:19 -0700)
commit156567dc18bcea1d3ecece24d1627e22fa6634ce
tree8ecdb9190cf51b11dc9b6d629c639986d3ba8863
parent269b5693d202c4f7887ff3f5afae783a7b9dd32f
gvpr: stack-allocate options struct

There is no need to heap-allocate this struct that is small and whose usage is
well scoped.
lib/gvpr/gvpr.c