From 0b600e6474e4b718238f060c52a0e7f777c27f51 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:50:32 +0000 Subject: [PATCH] lilypond-1.1.50 --- flower/string-convert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/string-convert.cc b/flower/string-convert.cc index cb92d22678..86d44c88c4 100644 --- a/flower/string-convert.cc +++ b/flower/string-convert.cc @@ -262,7 +262,7 @@ String_convert::char_str (char c, int n) char* ch_p = new char[ n ]; memset (ch_p, c, n); String s ((Byte*)ch_p, n); - delete ch_p; + delete[] ch_p; return s; } -- 2.39.5