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.
http://www.autoitscript.com/forum/topic/39513-memory-leak-using-adsi/
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 $iRet
If Not IsObj($iMacros) Then
KConsole("IMacro Object not created successfully")
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.
http://www.autoitscript.com/forum/topic/39513-memory-leak-using-adsi/
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 $iRet
If Not IsObj($iMacros) Then
KConsole("IMacro Object not created successfully")