Fixed memory bug

This commit is contained in:
Alvin Philips 2021-10-31 22:30:51 +05:30
parent 797f1f4327
commit b6d7b0ff08

View File

@ -252,7 +252,6 @@ void test4() {
a.insert(start);
assert(a.values(start) == res);
a.print(start);
delete (start); ///< Free memory of the Node
std::cout << "TEST PASSED!\n\n";
}