lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2392 in lilypond: Segfault in connection with


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2392 in lilypond: Segfault in connection with \applyContext
Date: Fri, 25 Oct 2013 07:03:26 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_17_30

Comment #14 on issue 2392 by address@hidden: Segfault in connection with \applyContext
http://code.google.com/p/lilypond/issues/detail?id=2392

Pushed to staging as
commit 6b9921f0e2b8c73ebb3063109562d97fba898dab
Author: David Kastrup <address@hidden>
Date:   Sun Oct 20 21:53:42 2013 +0200

    Issue 2392: Segfault in connection with \applyContext

containing a minor simplification as compared to the review:
- audio_column_ = new Audio_column (context ()->get_global_context ()->now_mom ());
+    audio_column_ = new Audio_column (context ()->now_mom ());
since this is equivalent.

--
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



reply via email to

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