]> granicus.if.org Git - graphviz/commit
neatogen embed_graph: fix memory leak of queue
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Dec 2022 03:08:15 +0000 (19:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Dec 2022 01:17:08 +0000 (17:17 -0800)
commit03a280c1cbecaa782b2929a3fc8da22068a683f6
treee1d8519d90a2f12417f651a73ba5116cccfe3b48
parent26d062aaf3947c6012aca90a59cec12f3b8475ee
neatogen embed_graph: fix memory leak of queue

Every call to `mkQueue` is intended to be paired with a call to `freeQueue`.
This function was missing its call to the free function.
lib/neatogen/embed_graph.c