mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fix a NSSplitView leak
This commit is contained in:
@@ -35,6 +35,7 @@ using namespace brightray;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[_private->splitView release];
|
||||
[_private release];
|
||||
_private = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user