]> 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>
Tue, 16 Jun 2020 14:23:28 +0000 (07:23 -0700)
commit1d4b41f1401ac85780dab30bd0699f9d14059213
tree5eb7ee3a809b4a72cb01513756f830c7aee37bf1
parente66ddf5e2f042360f0157aec8826f6315e8edc94
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