I think this only works with COM objects, not cfc's. With cfc's as long as you var scope local variables in methods etc it shouldn't have any problems being disposed of after use or causing any memory leak issues.
Alan ________________________________ From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: CFCDev <[email protected]> Sent: Monday, November 17, 2008 12:29:00 AM Subject: [CFCDEV] ReleaseComObject is not working Hey all, I am using ReleaseComObject function to release the memory after using my object but it seems not working. here is rthe code <cfobject component="objectfactory" name="objFactory"> <cfscript> ReleaseComObject(objFactory); </cfscript> but after again dumping objFactory, its displaying me the object --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
