]> granicus.if.org Git - graphviz/commit
prune: fix memory leak of list memory
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Nov 2022 16:07:33 +0000 (09:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Nov 2022 04:47:29 +0000 (20:47 -0800)
commitc2565340ebf3c20acf425152f73a477daed61d30
treea692c2414bfa5b8878675c21af94229dca732ff8
parent25df5a349d9405d12e1c748ec34b6cb9f4838f79
prune: fix memory leak of list memory

This code was losing the backing memory of the list data itself.
contrib/prune/prune.c