]> granicus.if.org Git - graphviz/commit
glcomp glCompPanelNew: use cgraph wrapper for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Sep 2022 00:45:07 +0000 (17:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Sep 2022 00:17:10 +0000 (17:17 -0700)
commitec468f1550229887eab57fc77ac51e2b9de03c87
tree96dbf8baac9b114e6c79870c32dec7e09bc8c56f
parente4ba8095ecb6f73cc2e9d1f8e0fe174adacccf0e
glcomp glCompPanelNew: use cgraph wrapper for allocation

The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h
wrappers except (1) they are header-only and (2) they live in a directory
(cgraph) that is at the root of the dependency tree. The long term plan is to
replace all use of lib/common/memory.h with lib/cgraph/alloc.h.
lib/glcomp/glcomppanel.c