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
Jean-Marc Lasgouttes wrote:
rgheck <[EMAIL PROTECTED]> writes:
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.
The problem with such leaks is that the hide the ones we want t
rgheck <[EMAIL PROTECTED]> writes:
> 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.
The problem with such leaks is that the hide the ones we want to hunt.
JMarc
[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 slo