Handbook
Glossary
|CFRelease ( alien -- alien )
Vocabulary
core-foundation
Inputs
alien
Pointer to a Core Foundation object
Outputs
alien
Pointer 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
USING:
destructors
kernel
;
IN:
core-foundation
:
|CFRelease
( alien -- alien )
dup
<CFRelease-destructor>
|dispose
drop
;
inline