Skip to content

Commit 3ba07ed

Browse files
committed
OSHMEM/ikrit: fix valgrind error
1 parent 9b17ace commit 3ba07ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/mca/spml/ikrit/spml_ikrit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ int mca_spml_ikrit_add_procs(oshmem_proc_t** procs, size_t nprocs)
381381
{
382382
spml_ikrit_mxm_ep_conn_info_t *ep_info = NULL;
383383
spml_ikrit_mxm_ep_conn_info_t *ep_hw_rdma_info = NULL;
384-
spml_ikrit_mxm_ep_conn_info_t my_ep_info;
384+
spml_ikrit_mxm_ep_conn_info_t my_ep_info = {0,};
385385
#if MXM_API < MXM_VERSION(2,0)
386386
mxm_conn_req_t *conn_reqs;
387387
int timeout;

0 commit comments

Comments
 (0)