Skip to content

Commit 5607326

Browse files
authored
Merge pull request #11175 from drwootton/wpool_double_free
Fix double free in opal_common_ucx_wpool_init: Coverity CID 1469201
2 parents 4e4c43e + 61b8a1b commit 5607326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/common/ucx/common_ucx_wpool.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ OPAL_DECLSPEC int opal_common_ucx_wpool_init(opal_common_ucx_wpool_t *wpool)
192192
free(wpool->recv_waddr);
193193
err_get_addr:
194194
OBJ_RELEASE(winfo);
195-
OBJ_RELEASE(wpool->dflt_winfo);
196195
wpool->dflt_winfo = NULL;
197196
err_worker_create:
198197
OBJ_DESTRUCT(&wpool->idle_workers);

0 commit comments

Comments
 (0)