Skip to content
Snippets Groups Projects
Commit 73f6df6b authored by Benjamin Lindner2's avatar Benjamin Lindner2
Browse files

fixed memory leak

parent c7074023
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ void DataStagerByFrame::stage_firstpartition() {
p_coordinates[f*3*NA+3*n+2]=p_cset->c3[n];
}
timer_.stop("st:load");
delete p_cset;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment