I noticed that there were several mismatching deallocations (delete instead of delete[]). Here is a patch that corrects them.
Fixes mismatching deallocation
Log in to post a comment.
Fixes mismatching deallocation