mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
fix error in last change ... should be emptying pool
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@35861 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf0de3a54c
commit
4622d93eec
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval);
|
|||
[self cmdAlert: @"Problem running server: %@", localException];
|
||||
}
|
||||
NS_ENDHANDLER;
|
||||
[arp drain];
|
||||
[arp emptyPool];
|
||||
}
|
||||
|
||||
[arp release];
|
||||
|
|
Loading…
Reference in a new issue