Skip to content

Commit

Permalink
Removes unncessary z_drop.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Dec 20, 2023
1 parent c39fe0f commit 15b6ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmw_zenoh_cpp/src/detail/rmw_data_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ void client_data_handler(z_owned_reply_t * reply, void * client_data) {
}

z_drop(z_move(keystr));
z_drop(z_move(reply));
}

0 comments on commit 15b6ea4

Please sign in to comment.