For example I free a Sprite stored in an array. Do I have to delete the Sprite in the array too? If so, what was in the array after freeing the resource? Any help would be appreciated.

My guess is that after freeing the Sprite, the array now contains a reference to a non-existent object. It shouldn't cause a problem unless you try to use it.

2 years later