mac: fix memory leaks somewhat.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
9d7a75394c
commit
ea046f3a52
2 changed files with 22 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue