]> granicus.if.org Git - graphviz/commit
remove an unnecessary NULL guard on a call to free
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 00:26:07 +0000 (17:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 14:18:53 +0000 (07:18 -0700)
commitd9b266f9619b745d76fd4602a63b0f5c46079164
treefc87fe62c08604ac90551a2bb197a4ae54bfac8b
parentd9424291d09b77f798665f380a2406ed24928ba6
remove an unnecessary NULL guard on a call to free

Calling free on NULL is a well-defined no-op.
lib/common/htmlparse.y