]> granicus.if.org Git - graphviz/commit
remove redundant error check in push_obj_state
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 21 Jun 2021 00:47:31 +0000 (17:47 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 18:57:13 +0000 (11:57 -0700)
commit3fb8070751ce689969e4fc17874a00a517e8b03f
tree3df56fa1385ff3737489cea113b47508f5c508d0
parent1bcdd532a3626364961355a50fb8a0b0013b368d
remove redundant error check in push_obj_state

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