• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのアイコンセット生成&適用ツール


Commit MetaInfo

Revision049ae14ceae2cda1ad772a873676a6c88a32d167 (tree)
Zeit2012-05-31 23:26:44
Autormasakih <masakih@user...>
Commitermasakih

Log Message

[Fix] メモリリーク修正

Ändern Zusammenfassung

Diff

--- a/BSCSIcons.m
+++ b/BSCSIcons.m
@@ -27,6 +27,16 @@
2727 return result;
2828 }
2929
30+- (void)dealloc
31+{
32+ [image release];
33+ [imageFileWrapper release];
34+ [placeholder release];
35+ [title release];
36+ [identifier release];
37+
38+ [super dealloc];
39+}
3040 - (NSImage *)defaultImage
3141 {
3242 return self.placeholder;