diff options
author | Max <post@wickenrode.com> | 2014-12-23 13:14:06 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-23 13:14:06 +0100 |
commit | 21ced682547ef855ac6d83a00ad7fda1b8225af3 (patch) | |
tree | a0632299f0502359b46442d965839983f9e09932 /Source/SPOutlineView.m | |
parent | 6a9ec56f2b12c7269589471e9a116a4515524520 (diff) | |
download | sequelpro-21ced682547ef855ac6d83a00ad7fda1b8225af3.tar.gz sequelpro-21ced682547ef855ac6d83a00ad7fda1b8225af3.tar.bz2 sequelpro-21ced682547ef855ac6d83a00ad7fda1b8225af3.zip |
Fix two threading issues
* A call of setString: from background thread which could cause a "deleted thread with uncommitted CATransaction" warning
* SPFieldMapperController was allocated from a background thread with an own autoreleasepool, while it contains UI objects. This could cause a crash when the autoreleasepool was drained and the field mapper forcefully released, while other UI objects still had it retained.
Diffstat (limited to 'Source/SPOutlineView.m')
0 files changed, 0 insertions, 0 deletions