]> granicus.if.org Git - graphviz/commit
remove some now-redundant error handling from a call to N_NEW
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Jun 2020 00:57:12 +0000 (17:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Jun 2020 14:23:28 +0000 (07:23 -0700)
commitbee03ebb6948f41186ec0d94347e4420b1fe156e
treef9df512f3392e8a41d0cd6c1a0180c42995d49dd
parent7ff9e07b10c4061ac1ac8ef20475efd370ac8785
remove some now-redundant error handling from a call to N_NEW

The N_NEW wrapper now exits on allocation failure, rendering this code path
redundant.
lib/dotgen/decomp.c