Fix a NSSplitView leak
This commit is contained in:
parent
4bff7a592a
commit
561fc9a342
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ using namespace brightray;
|
|||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[_private->splitView release];
|
||||
[_private release];
|
||||
_private = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue