Lynn Gayowski schrieb:
> Klocwork has analyzed Cinelerra and Lumiera as 2 totally separate projects.
> The Cinelerra scan is done so Ichthyo, I'll send you a password off-list to
> view the results.  The Lumiera scan is still in process.


Thanks for the Report. Very interesting indeed. Just spent quite some time
poking around.... (and looking ahead to the Lumiera report of course ;-)


while we at that topic, can someone please enlighten me?
How can the following code even remotely work?


Autos::~Autos()
{
        while(last) delete last;
        delete default_auto;
}


Hypothesis 1: last is already NULL when we enter the dtor, so we'll never
              enter an infinite loop ?

Hypothesis 2: there is some rather un-obvious trickery performed within
              the dtor of the node class, which indirectly kicks back into
              the List class?


Cheers,
Hermann










_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to