diff --git a/src/kits/locale/Country.cpp b/src/kits/locale/Country.cpp index 00819a78bc..7d6bae1984 100644 --- a/src/kits/locale/Country.cpp +++ b/src/kits/locale/Country.cpp @@ -173,6 +173,8 @@ BCountry::FormatTime(BString* string, time_t time, bool longFormat) BStringByteSink stringConverter(string); ICUString.toUTF8(stringConverter); + + delete timeFormatter; }