Unflags an object for special action on garbage collection.
hcl
flag-not-special-free-action object => nil
object
The object on which the special actions are to be removed.
Returns nil .
nil
CL-USER 29 : 1 > (make-instance 'capi:title-pane)
#<CAPI:TITLE-PANE "" 20F9898C>
CL-USER 30 : 1 > (flag-not-special-free-action *)
NIL
add-special-free-action
flag-special-free-action
remove-special-free-action