]> git.donarmstrong.com Git - lilypond.git/commitdiff
GC-related fix of volta-repeat-iterator
authorDavid Kastrup <dak@gnu.org>
Fri, 22 Nov 2013 09:30:23 +0000 (10:30 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 22 Nov 2013 09:30:23 +0000 (10:30 +0100)
This problem was introduced with issue 355.

lily/volta-repeat-iterator.cc

index 110053686fd2ed6bb4479eca653567e237a9cae6..e9b858de3991a9e7e4848ecacd677847ab3f2623 100644 (file)
@@ -53,6 +53,7 @@ void
 Volta_repeat_iterator::derived_mark () const
 {
   scm_gc_mark (alt_restores_);
+  Sequential_iterator::derived_mark ();
 }
 
 SCM