Skip to content

Commit

Permalink
Merge pull request #355 from dsolt/fix_data_array_destruct
Browse files Browse the repository at this point in the history
Fix cut/paste issue with PMIX_DATA_ARRAY_DESTRUCT.
  • Loading branch information
jjhursey authored Nov 3, 2021
2 parents b19233d + 1aac51f commit f92c4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chap_API_Struct.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,8 @@ \subsubsection{Data array support macros}

Destruct the \refstruct{pmix_data_array_t}, releasing the memory in the array.

\copySignature{PMIX_DATA_ARRAY_CONSTRUCT}{2.2}{
PMIX_DATA_ARRAY_CONSTRUCT(m)
\copySignature{PMIX_DATA_ARRAY_DESTRUCT}{2.2}{
PMIX_DATA_ARRAY_DESTRUCT(m)
}

\begin{arglist}
Expand Down

0 comments on commit f92c4ae

Please sign in to comment.