]> granicus.if.org Git - graphviz/commit
gvpr compileProg: remove now unnecessary 'strdup'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 18:12:51 +0000 (11:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 22:14:15 +0000 (15:14 -0700)
commitb30f87ae2589d22ae117b9e15f76cc128dad29e1
tree5dc9fe56425147307ea4f45dcfa15c561c964b4e
parentaa4398782e6dae054b4b6f1af2b0c923ee698fca
gvpr compileProg: remove now unnecessary 'strdup'

Now that the backing memory for `endgsfx` is no longer hosted in a temporary
sfio buffer that may be overwritten, there is no need to duplicate this further.
lib/gvpr/compile.c