method possibly missing a super dealloc call
- (void)dealloc
{
[self stopNotifier];
if (_reachabilityRef != NULL)
{
CFRelease(_reachabilityRef);
}
[super dealloc];
}
[super dealloc];
추가 ㅡ0ㅡ
'옛날' 카테고리의 다른 글
[iOS] 메타데이터 수정 (0) | 2015.12.18 |
---|---|
[java] Singleton Pattern (싱글턴 패턴) (0) | 2015.12.18 |
iOS Open Source [iOS] (0) | 2015.12.17 |
iPhone, ipad 화면 가로, 세로 고정 [ios] (0) | 2015.12.17 |
인코딩 (UTF-8) [ios] (0) | 2015.12.17 |