[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Simple question



If you use something like pen-state that returns a record inside an rlet
form, and you assign the PenPat field of a the record to another variable
and return it, are you left with a dangling pointer when the rlet is
exited.  I.e. when the PenState record is cleaned up, are its fields
disposed of as well?

Thanks.