Re: [Live-devel] Cleaning up objects

2023-11-28 Thread Andy Hawkins
Perfect, thanks. Andy From: live-devel on behalf of Ross Finlayson Sent: 28 November 2023 15:58 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Cleaning up objects > On Nov 29, 2023, at 4:04 AM, Andy Hawkins wrote: > > The majority of the o

Re: [Live-devel] Cleaning up objects

2023-11-28 Thread Ross Finlayson
> On Nov 29, 2023, at 4:04 AM, Andy Hawkins wrote: > > The majority of the objects in the library are created using a static > 'createNew' method, and have a protected destructor. How should these objects > be cleaned up once they are finished with? You can't call delete because of > the pro