Fixed: new[] / delete discrepancies
When using new[], one should use delete[] (issues reported by the valgrindmemory check tool).
View differences
Fixed: new[] / delete discrepancies
When using new[], one should use delete[] (issues reported by the valgrind
memory check tool).