On Fri, 24 Dec 1999, Arjan Buursink wrote: > I'm using the next code in my program: > > kfm = new KFM(); > > This line is executed more than once. Do I have to delete the memory > that kfm points to myself or will/can KFM take care of that? No. You have to delete it yourself. Note that the 'KFM' object is not KFM (the browser/filemanager) itself but just an object that communicates with the KFM process. Cheers, Waldo