(UNDER CONSTRUCTION) fixed bad free + testing AXIS_X bifurcation

This commit is contained in:
Emile Clark-Boman 2025-09-16 18:46:01 +10:00
parent b16590fd5a
commit 5e99b09f8a
7 changed files with 92 additions and 46 deletions

View file

@ -4,6 +4,7 @@
#include <string.h>
#include "dims.h"
#include "node.h"
#include "util.h"
struct ct_dims *new_dims(const int x, const int y, const int width, const int height) {