Skip to content

Commit 1314ef7

Browse files
committed
OSC UCX: Remove stale free from merge conflict
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
1 parent 634f67b commit 1314ef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/osc/ucx/osc_ucx_comm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ do_atomic_compare_and_swap(const void *origin_addr, const void *compare_addr,
753753
if (!module->acc_single_intrinsic) {
754754
ret = start_atomicity(module, target, &lock_acquired);
755755
if (ret != OMPI_SUCCESS) {
756-
free(temp_addr);
757756
return ret;
758757
}
759758
}

0 commit comments

Comments
 (0)