]> granicus.if.org Git - graphviz/commit
bcomps getName: remove long lived allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Jan 2023 23:38:40 +0000 (15:38 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 17:51:26 +0000 (09:51 -0800)
commitb8930546e803e84988ebfe8f96bd797bf9af01f8
treebfe0fe667b6183b557b68d4d4bb82a8501e8bc30
parent1630895ac6f9017567c6d50c19c30fdd15a3a2eb
bcomps getName: remove long lived allocation

This code is not on a hot path, so we can afford to use clearer scoping and
ownership semantics.

Gitlab: #1950
cmd/tools/bcomps.c