From kde-devel Fri Dec 24 21:15:00 1999 From: Waldo Bastian Date: Fri, 24 Dec 1999 21:15:00 +0000 To: kde-devel Subject: Re: use of KFM object X-MARC-Message: https://marc.info/?l=kde-devel&m=94616218326941 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