On Sat, Sep 15, 2007 at 12:40:35PM -0400, Richard Heck wrote: > >A better fix would be to transfer the graphics::Cache singleton to > >LyX::Singletons. > > I.e., do this. But it may be that there are other ways you could see > this problem. What about making the loader a shared_ptr rather than > deleting it explicitly?
Using shared_ptr does not magically solves problems we don't understand. Andre'