Let's say I created an object in a function and at the end of the function I didn't release it, neither let it autorelease, what would happen ? Would memory leaks be created ? And if so what can memory leaks cause ? Please don't just give a hyperlink that throws me a whole bunch of text without the main points. I asked this because I was working on an app recently but release an object (a UIFont) bugs up my app...