tsort: suppress a valgrind memory leak warning
authorPádraig Brady <P@draigBrady.com>
Thu, 25 Nov 2010 19:16:00 +0000 (19:16 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 27 Nov 2010 03:27:49 +0000 (03:27 +0000)
commitb8cd747cc8039237ec17482e984847df08b10291
tree1c49d7f362b125e6476f5f2d0e959381a7e1b39b
parent67f7ed3e3ab963af468b2accf9d178f469d3b12d
tsort: suppress a valgrind memory leak warning

* src/tsort.c (tsort): Unconditionally invoking the free()
doesn't increase scalability, so do it only with -Dlint
src/tsort.c