Skip to content
Snippets Groups Projects
Commit 602a98e5 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing resource cleanup.

parent 6ff18d75
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,10 @@ int main()
PUT_ERR("unexpected duplicate ids");
if (xt_idxlist_get_uid(a) != a_id)
PUT_ERR("unexpected id change");
xt_idxlist_delete(c);
xt_idxlist_delete(b);
xt_idxlist_delete(a);
xt_finalize();
MPI_Finalize();
return TEST_EXIT_CODE;
}
......
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