Re: [Mlt-devel] Playlist remove and memory management

2012-05-01 Thread Dan Dennedy
What are you working on - besides BuildOnMe? On Monday, April 30, 2012, Lars Klassen wrote: > Does Playlist->remove() free the removed producer memory space, or do I > have to destroy the object manually? > > If been testing the Playlist class a bit with the "BuildOnMe" App and > every time I use

[Mlt-devel] Playlist remove and memory management

2012-05-01 Thread Lars Klassen
Does Playlist->remove() free the removed producer memory space, or do I have to destroy the object manually? If been testing the Playlist class a bit with the "BuildOnMe" App and every time I use Playlist remove or clear used memory doesn't get cleared. Thank you ---