Skip to content

Commit

Permalink
chore: Update Zenoh version
Browse files Browse the repository at this point in the history
This version includes the following fixes:
- Fix memory leak in string deserialization ([zenoh-cpp#363](eclipse-zenoh/zenoh-cpp#363))
- Fix SHM Garbage Collection (GC) policy ([zenoh#1696](eclipse-zenoh/zenoh#1696))
- Fix deadlock in advanced subscription undeclaration ([zenoh#1685](eclipse-zenoh/zenoh#1685))
  • Loading branch information
YuanYuYuan committed Jan 9, 2025
1 parent e855fa7 commit 5e5b2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=shared-memor

ament_vendor(zenoh_c_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
VCS_VERSION 57d5e4d31d9b38fef34d7bcad3d3e54869c4ce73
VCS_VERSION 61d8fcc136ce4ed36d921a32244da4f3d81a6097
CMAKE_ARGS
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}"
"-DZENOHC_BUILD_WITH_UNSTABLE_API=TRUE"
Expand All @@ -32,7 +32,7 @@ ament_export_dependencies(zenohc)
# - https://github.com/eclipse-zenoh/zenoh-cpp/pull/342 (Fix include what you use)
ament_vendor(zenoh_cpp_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-cpp
VCS_VERSION 964b64dc8b935a43147287199e7bb12da7b141e6
VCS_VERSION 05942637c29d3346ad18bab5a178aeebf4be5d62
CMAKE_ARGS
-DZENOHCXX_ZENOHC=OFF
)
Expand Down

0 comments on commit 5e5b2bd

Please sign in to comment.