From: fred Date: Sun, 24 Mar 2002 19:28:00 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5606 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ee5eb3592c17df7cad57d1a6762f1bd1a33de740;p=lilypond.git lilypond-0.0.23 --- diff --git a/src/pscore.cc b/src/pscore.cc index 696c542838..8251135cde 100644 --- a/src/pscore.cc +++ b/src/pscore.cc @@ -33,7 +33,7 @@ PScore::clean_cols() { for (iter_top(cols,c); c.ok(); ) if (!c->used()) { - c.del(); + delete c.get(); } else c++; }