ycomp Posted April 28, 2008 Posted April 28, 2008 Hi, if I don't call GUIDelete will autoit be leaking resources after exit? I mean will this cause memory leaks or something? Or is it safe to not call GUIDelete?
MHz Posted April 28, 2008 Posted April 28, 2008 It is a good idea to use GuiDelete but not required AFAIK as AutoIt does cleanup on exit. One would hope that a memory leak does not exist for not using GuiDelete. It should not be a concern unless you find a leak because of a bug.
ycomp Posted April 28, 2008 Author Posted April 28, 2008 It is a good idea to use GuiDelete but not required AFAIK as AutoIt does cleanup on exit. One would hope that a memory leak does not exist for not using GuiDelete. It should not be a concern unless you find a leak because of a bug.great thanks, most of my code does use guidelete... but for this particular case it is a nuisance since it is a library and i would have to call it on exit of each script i include the library in
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now