If you do myArr=nil; by itself, then you've lost the pointer to which you can send the release message to. There is no magic to release your object.
And, as gs says, without being able to release your object, that memory has 'leaked'.
|
2 | memory leak | ||
|
If you do And, as gs says, without being able to release your object, that memory has 'leaked'. |
||||
|
1 |
|
||
|
If you do |
||||