|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 release via CFRelease in the event of an error at the end of the enclosing with-destructors scope.

See also
CFRelease, &CFRelease

Definition