Menu

#1 Check new and delete

open
nobody
None
5
2009-04-18
2009-04-18
Anonymous
No

Check for stuff like this:
X *x = new X;
delete[] x;

X *x = new X[10];
delete x;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.