Skip to content

Commit 154cf57

Browse files
committed
OSC base: do not retain datatype by default
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
1 parent 5929ee5 commit 154cf57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/osc/base/osc_base_obj_convert.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ ompi_osc_base_datatype_create(ompi_proc_t *remote_proc, void **payload)
5454
struct ompi_datatype_t *datatype =
5555
ompi_datatype_create_from_packed_description(payload, remote_proc);
5656
if (NULL == datatype) return NULL;
57-
OMPI_DATATYPE_RETAIN(datatype);
5857
return datatype;
5958
}
6059

0 commit comments

Comments
 (0)