[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Simple question
- To: info-mcl@cambridge.apple.com
- Subject: Simple question
- From: osiris@cs.utexas.edu
- Date: Thu, 22 Jul 1993 13:43:27 -0600
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.