BathyScapheの中身をぐちゃぐちゃに
Révision | 484bf4e15a30c856e2f4d2c4e8bccbafd1795949 (tree) |
---|---|
l'heure | 2012-07-15 03:02:36 |
Auteur | tsawada2 <tsawada2@b61f...> |
Commiter | tsawada2 |
Minor Fix
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/bathyscaphe/bathyscaphe/trunk@1442 b61fe662-1e22-0410-9ebe-d5d0f6be7d5c
@@ -152,7 +152,10 @@ static BOOL shouldCheckItemHeader(id dict); | ||
152 | 152 | id pool2 = [[NSAutoreleasePool alloc] init]; |
153 | 153 | [loop runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; |
154 | 154 | [pool2 release]; |
155 | - if(self.isInterrupted) return; | |
155 | + if (self.isInterrupted) { | |
156 | + [checker autorelease]; | |
157 | + return; | |
158 | + } | |
156 | 159 | } |
157 | 160 | if (!(checker.lastError) && checker.isUpdated) { |
158 | 161 | [updatedThreads addObject:thread]; |
@@ -1,3 +1,10 @@ | ||
1 | +2012-07-15 tsawada2 <tsawada2@users.sourceforge.jp> | |
2 | + * application/source/browser/BSBoardListItemHEADCheckTask.m | |
3 | + メモリリークの恐れがあった箇所の修正。 | |
4 | + * application/Resources/Japanese.lproj/SoftwareUpdate.strings | |
5 | + ダイアログの文言の一部修正。 | |
6 | + * application/Resources/Japanese.lproj/Themes/default_solarized.plist | |
7 | + Solarized テーマの調整。 | |
1 | 8 | 2012-07-14 tsawada2 <tsawada2@users.sourceforge.jp> |
2 | 9 | * application/BathyScaphe.xcodeproj/project.pbxproj |
3 | 10 | いくつかの不要なファイルがビルド時にコピーされていた問題を修正。 |