mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 23:59:34 +00:00
Fixed leaking isseu with timed expired update
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
#import "MPDocument.h"
|
||||
|
||||
@implementation MPViewController
|
||||
|
||||
@@ -21,7 +22,7 @@
|
||||
}
|
||||
|
||||
- (NSWindowController *)windowController {
|
||||
return [self.view.window windowController];
|
||||
return self.view.window.windowController;
|
||||
}
|
||||
|
||||
#pragma mark Responder Chain
|
||||
|
||||
Reference in New Issue
Block a user