Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allocated array should be deallocated with `delete []` Deallocating it with `delete` can cause memory leaks.
- Loading branch information