]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.18
authorfred <fred>
Mon, 23 Dec 1996 20:05:11 +0000 (20:05 +0000)
committerfred <fred>
Mon, 23 Dec 1996 20:05:11 +0000 (20:05 +0000)
flower/smat.cc

index 3830fd6825b4aab553cadf5b91f25ff5be457b6f..93726ec08aab055b1c59cac0c1bd97d564c97aad 100644 (file)
@@ -22,7 +22,7 @@ Full_storage::OK() const
        Real *r = els[maxh -1];
        if (maxw>0) {
            assert(r);
-           Real s = r[maxw -1];
+           Real s = r[maxw -1]; // accessing unitialised memory.
            s = sin(s);
        }
     }