diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-16 22:48:49 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-16 22:48:49 +0000 |
commit | cd0ac7f9878e2649846e46f559a7ba5ee3047e72 (patch) | |
tree | 4d32023421561e3da99d43c83a7668b900622c93 /Frameworks/MCPKit | |
parent | 4b6a1810ca0d306e2dd4f8740b2d49d6cc5080cf (diff) | |
download | sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.tar.gz sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.tar.bz2 sequelpro-cd0ac7f9878e2649846e46f559a7ba5ee3047e72.zip |
- Make some thread safety improvements to try to address Issue #460
Diffstat (limited to 'Frameworks/MCPKit')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m index 26c9c0fb..99150527 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m @@ -364,7 +364,7 @@ /** * Used internally to download results in a background thread */ - - (void)_downloadAllData +- (void)_downloadAllData { NSAutoreleasePool *downloadPool = [[NSAutoreleasePool alloc] init]; MYSQL_ROW theRow; |