我有问题...... 例如,如果我有一架NSMutableArray,如果我使用该编号的话,那么,如果我使用该编号的话,那就用了100个物体。
mutablearray=[NSMutableArray alloc]init];
and add at the array others 100 objects... the first 100 object was deallocated (so the memory is free) or I must do [mutablearray release] to free memory? thanks