Hi, I have a script of creating IMacros object using ObjCreate/ObjGet function. If i run the script continuously i am seeing huge memory leak. Do we have any fix for Memory leak in AutoIT??? Also i found thread in AutoIT forum related to Memory leak in ObjGet/ObjCreate function. I am using latest AutoIT tool only. Please let me know if we have any fix for memory leak in AutoIT. The script is: ;Creating IMacros Object Global $iMacros = ObjCreate("IMacros") Global $iR