Skip to content
Snippets Groups Projects
Commit 977ae4bb authored by Florian Fischer's avatar Florian Fischer
Browse files

[fix_free_vs_delete.patch] use delte[] instead of delete

parent 87d62737
No related branches found
No related tags found
No related merge requests found
Pipeline #66293 passed
......@@ -8,8 +8,8 @@ index e7a6ac5..cb1081c 100644
- free(fiberData);
- free(affinities);
+ delete fiberData;
+ delete affinities;
+ delete[] fiberData;
+ delete[] affinities;
std::cerr << "Result: " << finalResult << std::endl;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment