summaryrefslogtreecommitdiff
path: root/inc/cad/topology.h
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-11 20:02:04 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-11 20:02:04 +0100
commit679907d1b2023396b5f353b3390ca0879fc15e50 (patch)
tree2688a6f42bcf2688c80a96a9bd2128982befcd64 /inc/cad/topology.h
parent254e05a47ad4e22fa20885dec62acc59ecc561d0 (diff)
Free some memory before it leaks
Diffstat (limited to 'inc/cad/topology.h')
-rw-r--r--inc/cad/topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/topology.h b/inc/cad/topology.h
index b3879b2..d0bf3a5 100644
--- a/inc/cad/topology.h
+++ b/inc/cad/topology.h
@@ -48,3 +48,4 @@ struct topology {
};
void add_fragment(struct topology *topo, struct topology_elem *new);
+void free_topology(struct topology *topo);