[Live-devel] Cleaning up objects

Andy Hawkins Andy.Hawkins at uniguest.com
Tue Nov 28 07:04:00 PST 2023


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 protected destructor.

Thanks

Andy



More information about the live-devel mailing list