Commits on Source 3
-
Fredrik Roubert authored
Some malloc implementations (like eg. TCMalloc) are pickier than others and require that allocators and deleters match. The std::unique_ptr<> default deleter is operator delete, which doesn't match calloc() so for ICUObjectArray memory allocated by calloc() the deleter must explicitly be specified to be free().
-
Andi Vajda authored
Bugfix: Don't mix calloc() and operator delete See merge request !150
-
Andi Vajda authored