~IfcCharacterDecoder: call ucnv_flushCache() to fix two ICU mem leaks.

This commit is contained in:
Stinkfist0
2016-02-07 23:01:34 +02:00
parent 2f8fa3282b
commit c575352d20
+1
View File
@@ -118,6 +118,7 @@ IfcCharacterDecoder::~IfcCharacterDecoder() {
destination = 0;
converter = 0;
compatibility_converter = 0;
ucnv_flushCache();
#endif
}
IfcCharacterDecoder::operator std::string() {