]> granicus.if.org Git - graphviz/commit
remove allocation failure check in setPrefix
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Jun 2020 23:23:24 +0000 (16:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 22 Jun 2020 23:39:21 +0000 (16:39 -0700)
commit15a93cd40627ac68704c7e44d42585661f905ff9
tree0ea1023a4a1ca91503f5ce5d4d6f7ae473e20525
parentc488f6e3359155770df4e7edae05a98babaec710
remove allocation failure check in setPrefix

The function being called here, gmalloc, now exits on allocation failure. None
of setPrefix's callers can tolerate failure anyway, so this error handling seems
to have been incomplete previously.
lib/pack/ccomps.c