]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
Merge remote branch 'origin' into release/unstable
[lilypond.git] / lily / hairpin.cc
index 31e7840a2390e90c1973dda8b8691d0486393a0f..9f5bb1a7e42edc2b620494b7d052d04a69746cd0 100644 (file)
@@ -122,7 +122,7 @@ Hairpin::print (SCM smob)
           else
             {
               bool neighbor_found = false;
-              Spanner *adjacent;
+              Spanner *adjacent = NULL;
               extract_grob_set (me, "adjacent-spanners", neighbors);
               for (vsize i = 0; i < neighbors.size (); i++)
                 {