Skip to content

Use array (rather than single-object) delete for array

Tom Williams requested to merge bug/delete-single-object-array-mismatch into master

This merge request solves issues #4 (closed) - it updates the TS toolbox checkMemeoryUsage function to use a delete[] rather than delete following a new[].

Merge request reports