Skip to content

Commit

Permalink
Doxygen fix
Browse files Browse the repository at this point in the history
    * ACE/ace/Malloc_T.h:
  • Loading branch information
jwillemsen committed Jun 19, 2023
1 parent 62ef189 commit 9821bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/ace/Malloc_T.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class ACE_Malloc_T

/// Release ref counter.
/// @retval 0 Success
/// @retval -1 Failure to missing control block
/// @retval -1 Failure due to missing control block
/// @retval >0 Memory not release because refcount is not zero
int release (int close = 0);

Expand Down

0 comments on commit 9821bb3

Please sign in to comment.