Memory management
Memory management
- Subject: Memory management
- From: email@hidden
- Date: Tue, 17 Jul 2001 10:52:09 EDT
When I send objects an autorelease message I get "bad access" errors and
warnings that deallocation might have occured --twice--. Then I read that
applications based on the Appkit automatically create and destroy autorelease
pools. Does this mean that they also automatically release objects? Why am I
getting errors?