]> granicus.if.org Git - graphviz/commit
remove redundant error check in gvusershape_open
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 21 Jun 2021 00:50:58 +0000 (17:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 18:57:13 +0000 (11:57 -0700)
commit9abed2b06e82abf7e4353342373ebde36cd748d2
tree9aa141ca86cabe643fee2225b600e9eb79216a22
parent5502716dfa86543445b8d78fc83215d99622e69b
remove redundant error check in gvusershape_open

The zmalloc function calls exit() on failure, so there is not need to check its
return value for out-of-memory.
lib/gvc/gvusershape.c