&CFRelease ( alien -- alien )


Vocabulary
core-foundation

Inputs
alienPointer to a Core Foundation object


Outputs
alienPointer to a Core Foundation object


Word description
Marks the given Core Foundation object for unconditional release via CFRelease at the end of the enclosing with-destructors scope.

See also
CFRelease, |CFRelease

Definition