]> granicus.if.org Git - graphviz/commit
patchwork: fix memory leak by freeing cluster data in graph cleanup
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 18 Jul 2022 07:53:21 +0000 (09:53 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 25 Jul 2022 18:24:49 +0000 (20:24 +0200)
commit0b5cbf3e39d3c95ce5efe622be914236ba784e21
treeccabbf5ac1fedb8206c021bb417a5061e5db19e4
parent961575c6a5e7952273cf42a35b25159f775b958b
patchwork: fix memory leak by freeing cluster data in graph cleanup

This fixes a memory leak detected by ASan in the test_clusters test,
which now runs without failures
CHANGELOG.md
lib/patchwork/patchworkinit.c
tests/CMakeLists.txt