Comment #26 on issue 3199 by [email protected]: Patch: Uses only unpure-pure
containers to articulate unpure-pure relationships.
http://code.google.com/p/lilypond/issues/detail?id=3199
Oh crap.
SCM
pure_mark (SCM pure)
{
scm_gc_mark (unpure_pure_container_unpure_part (pure));
scm_gc_mark (unpure_pure_container_pure_part (pure));
return pure;
}
That is definitely not the right place to conjure a fresh closure when
calling unpure_pure_container_pure_part. Returning pure is redundant, by
the way. That one is marked anyway. I'll commit a fix. Guess I was lucky
(or unlucky) that this did not explode in my hands when testing.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings