]> granicus.if.org Git - graphviz/commit
tclpkg: remove 'Tcl_Alloc' failure handling code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Sep 2022 00:27:49 +0000 (17:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 10 Oct 2022 14:59:07 +0000 (07:59 -0700)
commit39e923805a639c53ae6795c539db6a787ea8b7ed
treecd4eded1039fbd4d5eb439ad0578f2a373d9bf2d
parent7b9ce8b4b16064ca51b01368e7ae6596701d17ab
tclpkg: remove 'Tcl_Alloc' failure handling code

`Tcl_Alloc` panics the containing TCL interpreter on error.¹ There is no need to
anticipate it returning `NULL`.

¹ https://www.tcl-lang.org/man/tcl/TclLib/Alloc.htm
tclpkg/gdtclft/gdtclft.c