【发布时间】:2010-10-18 11:50:48
【问题描述】:
这是好的还是坏的做法?
if (!theConnection && !receivedData) {
// release the connection, and the data object
[theConnection release];
// receivedData is declared as a method instance elsewhere
[receivedData release];
}
【问题讨论】:
标签: iphone objective-c cocoa-touch memory