lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixes footnote automatic numbering. (issue 4877041)


From: address@hidden
Subject: Re: Fixes footnote automatic numbering. (issue 4877041)
Date: Mon, 14 Nov 2011 12:13:53 +0100

On Nov 14, 2011, at 12:05 PM, address@hidden wrote:

Passes make but fails make check see:

http://code.google.com/p/lilypond/issues/detail?id=1791#c13

James

http://codereview.appspot.com/4877041/


Thanks James.
As I feared, the memleak is still there.
I've combed the code several times but cannot find where it's leaky.  It's of course possible that the leak is not caused by the code per se but rather another structure in LilyPond that I'm using incorrectly (or that has a bug).

The valgrind backtrace isn't showing any memory leaks (meaning nothing beyond the use of `new' in several functions in grob.cc, but these come up all over).

The only semi-fancy memory things I'm doing are the use of an array in grob_2D_less and the creation/modification of grob arrays.  But I don't think that either of these are done fishily.  Does anyone have any intuition in reading over the code as to places where memory may be sapped?

Cheers,
MS

reply via email to

[Prev in Thread] Current Thread [Next in Thread]