LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

NextPrevUpTopContentsIndex

release

Function
Summary

Invokes the Objective-C "release" method.

Package

objc

Signature

release pointer

Arguments

pointer

A pointer to an Objective-C foreign object.

Description

The function release calls the Objective-C "release" instance method of pointer to decrement its retain count.

See also

retain
autorelease
retain-count


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex