Possible Duplicate:
Xcode 4.2 with ARC: will my code run even on iOS devices with firmware older than 5.0?
I am confused with ARC concept & reference counting technique.I have created an application in ios4 .In ios4 there is no ARC concept so programmer has to take care of memory when releasing objects using reference counting.If programmer forget to release objects when created an application in ios4 if same application is run in ios5 what happens to unreleased objects?