]> 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>
Mon, 22 Jun 2020 23:39:21 +0000 (16:39 -0700)
commit606bdf29e00912009f67708dae20dc62e2c470f8
tree9b027238c1e8756ced3464f5db2f0d6fde85eb50
parent4fc0135412ab075528424cc53bab8fe9bb2e8fed
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