]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/msgfmt/util.cpp
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / samples / msgfmt / util.cpp
index 25a8f0224d433babab52ba3648162c0eb7bb8e18..9f0013c3b46d4f603f13766c97260b5941171873 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 1999-2002, International Business Machines Corporation and
+ * Copyright (c) 1999-2010, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -59,5 +59,5 @@ void uprintf(const UnicodeString &str) {
     actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
     buf[actualLen] = 0;
     printf("%s", buf);
-    delete buf;
+    delete [] buf;
 }