git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-07-21 09:59:52 +00:00
parent d125ffeb05
commit 98a5680ea4
5 changed files with 55 additions and 33 deletions

View file

@ -473,6 +473,7 @@ static NSInputManager *currentInputManager = nil;
- (void) dealloc
{
TEST_RELEASE (_pendingKeyEvents);
RELEASE (_rootBindingTable);
[super dealloc];
}