Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
yaxt
Commits
602a98e5
Commit
602a98e5
authored
Apr 16, 2020
by
Thomas Jahns
🤸
Browse files
Fix missing resource cleanup.
parent
6ff18d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_uid.c
View file @
602a98e5
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment