fix mac os memleak, maybe fix stringisutf8 idk
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-14 19:38:52 -07:00
commit 4d7b33741f
3 changed files with 40 additions and 48 deletions

View file

@ -18,13 +18,13 @@ typedef struct {
} type;
union {
struct {
MwPoint* points;
int points_count;
MwLLColor color;
MwPoint* points;
int points_count;
struct _MwLLCommonColor color;
} poly;
struct {
MwPoint* points;
MwLLColor color;
MwPoint* points;
struct _MwLLCommonColor color;
} lines;
struct {
MwRect rect;
@ -107,7 +107,7 @@ typedef struct {
MwBool _child;
@public
draw_command** commands;
draw_command* commands;
}
- (void)destroy;