[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: current problems
> I looked up the testoil references. They refer to the interests allocated
> by testoil. Those should be destructed by the destructor of testoil but
> that one is never called seems.
Also note that the create_* functions that bring a module to life
can call 'new Interest*' (the interest OILs do this). Therefore, we
should really also have a 'destroy_*' function for every OIL.
I added some comments to the ObjectBroker about this, but I didn't
yet write the required code.
Kasper