珍しいメッセージが表示されます。何が起こっているのですか?
定義:
@property(nonatomic, retain) SoundPlayer* soundPlayer;
コード:
SoundPlayer *soundPlayerTemp = [[SoundPlayer alloc] init];
self.soundPlayer = soundPlayerTemp;
[soundPlayerTemp release];
メッセージ:
Potential leak of an object allocated on line