diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-02-11 20:02:04 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-02-11 20:02:04 +0100 |
| commit | 679907d1b2023396b5f353b3390ca0879fc15e50 (patch) | |
| tree | 2688a6f42bcf2688c80a96a9bd2128982befcd64 /inc/cad/construction.h | |
| parent | 254e05a47ad4e22fa20885dec62acc59ecc561d0 (diff) | |
Free some memory before it leaks
Diffstat (limited to 'inc/cad/construction.h')
| -rw-r--r-- | inc/cad/construction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/construction.h b/inc/cad/construction.h index e4b0428..ef36421 100644 --- a/inc/cad/construction.h +++ b/inc/cad/construction.h @@ -79,6 +79,7 @@ struct drawing { struct element* insert_cmd(struct drawing *drawing, struct command cmd); void place_points(struct drawing *drawing, double inputs[]); +void free_drawing(struct drawing *drawing); bool circle_line_intersect(struct circle circle, struct line line, uint8_t root, struct point *point); void line_through_points(struct point p1, struct point p2, struct line* l); |
