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

How to free the memory occupied by the instance object?



     I am working to build a multimedia authoring system using MCL&CLOS.  
I have a problem that how to release the memory of objects created 
through make-instance. Does the MCL garbage collector is so clever to 
collect these memory back or I must explicitly call some functions to 
free these memory?