My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Terminating  
Updated Feb 4, 2010 by parman...@gmail.com
// Allocate a controller
id jsc = [JSCocoaController new];
// Use it 
...
// Release it
[jsc unlinkAllReferences];
[jsc garbageCollect];
[jsc release];

Sign in to add a comment
Powered by Google Project Hosting