Forum Post: ABL object not running destructor after going out of scope

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
I just noticed that ABL object (custom class (myobject.cls) that were instantiated using NEW) doesn't call its destructor. I'm expecting that when I close a window/form that the destructor will eventually be called for these ABL objects created inside the window. I don't see the call to the destructor happening unless I use DELETE OBJECT. Is this expected for object that are already out of scope?

Continue reading...
 
Status
Not open for further replies.
Back
Top