<div dir="ltr"><div>Hi,</div><div><br></div><div>CLOS relies on a garbage collector to destruct objects which are not referenced anymore, so no explicit destructor method is foreseen.</div><div><br></div><div>However, when wrapping a C++ class into a CLOS class, the destructor of the C++ object has to be called when the CLOS object is garbage collected to free the foreign object.</div>
<div><br></div><div>Is there a way to hook into the CLOS object destruction process initiated by the garbage collector in order to call the C++ destructor when the CLOS object is garbage collected?</div><div><br></div><div>
Thanks, </div><div><br></div><div>Dietrich</div><div><br></div></div>