Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!ux1.cso.uiuc.edu!news From: mlanett@yoyodyne.ncsa.uiuc.edu (Mark Lanett) Newsgroups: comp.sys.mac.programmer Subject: MacApp & C++ destructors Message-ID: <1991Apr13.235903.26110@ux1.cso.uiuc.edu> Date: 13 Apr 91 23:59:03 GMT References: <1991Apr10.210516.25812@rice.edu> <9827@etsu.CMI.COM> Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: mlanett@yoyodyne.ncsa.uiuc.edu (Mark Lanett) Organization: University of Illinois at Urbana Lines: 7 Has anyone tried using destructors in objects descended from TObject? The destructors appear not to get called. This is very bizarre since the constructors _do_ get called. It's also irritating since I now have to explicitly call Free. Is this really the case or is it another linker bug? Mark Lanett --