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:
Nicola Pero 2002-02-25 02:18:08 +00:00
parent 131fa865d8
commit 01ed508084

View file

@ -448,6 +448,12 @@ static NSInputManager *currentInputManager = nil;
return self;
}
- (void) dealloc
{
RELEASE (_rootBindingTable);
[super dealloc];
}
- (void) handleKeyboardEvents: (NSArray *)eventArray
client: (id)client
{