]> granicus.if.org Git - graphviz/commit
gvpr traverse: use a local agxbuf instead of GVPR state’s 'tmp'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 7 Aug 2022 16:42:49 +0000 (09:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Aug 2022 16:18:53 +0000 (09:18 -0700)
commit1c5edf2d63056fb36f25936508c1cffbf3d9d013
treeeeb58aa292d59d383b8db193025497facb849968
parentcfef851ad1a781ecb3d4fa8b9fa2157c10a54b1a
gvpr traverse: use a local agxbuf instead of GVPR state’s 'tmp'

This makes it clearer to both humans and the compiler that the data written to
this buffer is not required beyond this function. This also gets us closer to
removing an SFIO dependency.

Gitlab: #1873
lib/gvpr/gvpr.c