Skip to content
Snippets Groups Projects
Commit c2562cd7 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

add missing xt_xmap_iterator_delete in xt_redist_p2p_off_new

parent 6a052bc6
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,9 @@ Xt_redist xt_redist_p2p_off_new(Xt_xmap xmap, int *src_offsets,
generate_msg_infos(redist->nsrc, src_iter, src_offsets, datatype,
&(redist->send_msgs), redist->comm);
if (dst_iter) xt_xmap_iterator_delete(dst_iter);
if (src_iter) xt_xmap_iterator_delete(src_iter);
return (Xt_redist)redist;
}
......
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