8165717: [macosx] Various memory leaks in jdk9

Reviewed-by: ant, ssadetsky
This commit is contained in:
Sergey Bylokhov 2016-09-16 17:28:06 +03:00
parent 8ac9764ee7
commit 045f06e85d

@ -376,7 +376,6 @@ AWT_ASSERT_APPKIT_THREAD;
{
void (^copy)() = [block copy];
NSInteger encode = (NSInteger) copy;
[copy retain];
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSEvent* event = [NSEvent otherEventWithType: NSApplicationDefined
location: NSMakePoint(0,0)