Merge pull request #1 from thenextman/patch-1

Fix double release of NSString
This commit is contained in:
mrthebunny 2013-11-04 09:13:33 -08:00
commit 7768eff52f

View File

@ -199,7 +199,6 @@ void AppDelegate_ConnectionResultEventHandler(void* ctx, ConnectionResultEventAr
// Making sure this should be invoked on the main UI thread.
[_singleDelegate performSelectorOnMainThread:@selector(rdpConnectError:) withObject:message waitUntilDone:FALSE];
[message release];
}
}
}