Jump to content

Is GUIDelete() required?


ycomp
 Share

Recommended Posts

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.

:D

Link to comment
Share on other sites

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.

:D

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...