mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Implemented dealloc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12737 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
131fa865d8
commit
01ed508084
1 changed files with 6 additions and 0 deletions
|
@ -448,6 +448,12 @@ static NSInputManager *currentInputManager = nil;
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE (_rootBindingTable);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) handleKeyboardEvents: (NSArray *)eventArray
|
||||
client: (id)client
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue