]> granicus.if.org Git - graphviz/commit
fix: use gcalloc wrapper for some allocations that cannot tolerate failure
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Jan 2021 18:02:53 +0000 (10:02 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Jan 2021 21:46:58 +0000 (13:46 -0800)
commit9af26e7ad23f5b82f1af494bc828fd1e65ebe163
treea090067bc2492fb4c5134272a6af593427e4b0d6
parent53ed2992feb70a978811a35743d797d628c49de0
fix: use gcalloc wrapper for some allocations that cannot tolerate failure

It would have been nicer to just call the existing gcalloc() in libcommon, but
this is not exported in the MS Build compilation flow and altering this has some
unclear side effects. Related to #1928.
cmd/tools/gxl2gv.c