We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55be56 commit 9b4690bCopy full SHA for 9b4690b
include/kamping/info.hpp
@@ -40,7 +40,7 @@ class Info {
40
Info(MPI_Info info, bool owning = false) : _info(info), _owning(owning) {}
41
42
~Info() {
43
- if (!_owning || _info == MPI_INFO_NULL) {
+ if (!_owning) {
44
return;
45
}
46
MPI_Info_free(&_info);
0 commit comments