Content deleted Content added
I've added the releasing of allocated heap memory using the "new" with its corresponding "delete" operator. Otherwise, memory leaks would happen. |
Effleurager (talk | contribs) m →C++: Typo correction. |
||
Line 462:
<< "\n";
// deallocate
// to avoid memory leaks.
// -------------------------------------------------
|