]> granicus.if.org Git - graphviz/commit
remove getenv("PATH") caching
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 00:02:25 +0000 (17:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 22:24:06 +0000 (15:24 -0700)
commit713561691015aa75d9593814197c15c61be4a20b
tree1780882e200d663ebf255fe0e63277e76f835584
parentc26ee2c6cb9550a0e93ba69e80db16bb0664be9c
remove getenv("PATH") caching

On most modern platforms, getenv is accessing a static array in the address
space. So this caching does not add any benefit.
lib/ast/pathbin.c