mac: fix memory leaks somewhat.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-05 22:41:09 -07:00
commit ea046f3a52
2 changed files with 22 additions and 29 deletions

View file

@ -40,7 +40,6 @@
MwBool valid;
int width;
int height;
NSData *data;
NSImage *image;
NSBitmapImageRep *rep;
}
@ -73,7 +72,6 @@
@interface MilskoCocoa : NSObject {
NSApplication *application;
NSEvent *lastEvent;
MwBool _forceRender;
NSWindow *window;
NSRect rect;