On Wed, Apr 16, 2008 at 06:29:26PM -0400, rgheck wrote: > [EMAIL PROTECTED] wrote: >> Author: poenitz >> Date: Wed Apr 16 23:23:45 2008 >> New Revision: 24305 >> >> URL: http://www.lyx.org/trac/changeset/24305 >> Log: >> a leak in DocumentClassBundle. >> However, I am not really sure we should care about these. It's not much >> difference, except that application shutdown in slower after 'fixing' >> them. >> >> > I had ignored this thinking that it didn't matter, since these are global > objects that will be destroyed only at application shutdown. I guess that > was wrong.
As I said: I have no problems with leaking on shutdown. I just fixed it because it is disturbing when searching for "real" leaks. Andre'