Oh, I just found that, in an example given on the website:
delete (cam_obj); // FIXME: destructor still not called
Is the destructor really not called?
Selon tyranorl@???:
>
>
> Hello,
>
> I try to make freej working for my band, but it just seems to go loaded and
> loaded. Finally, I just merked that this "garbage" thing seems not to work
> very
> well, as my quad core is already 90% on both of the 4 core and my mem (8GB)
> is
> 95%. All delete action seems to occur when closing freej, although I use
> rem_layer AND delete right after I've been using a layer and I don't need it
> anymore.
>
> What can be the issue?
>
> I juste use the following syntax:
>
> rem_layer(layerID);
> delete layerID;
>
> Thanks a lot.
> Aurélien
> _______________________________________________
> Free the veejay - http://freej.dyne.org
> open wiki at http://lab.dyne.org/Freej
>