Skip to content

Commit

Permalink
Initialize query_ member of ZenohQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jul 31, 2024
1 parent 7e85234 commit 38b28a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/rmw_data_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ZenohQuery final
const z_loaned_query_t * get_query() const;

private:
z_owned_query_t * query_;
z_owned_query_t * query_{nullptr};
};

///=============================================================================
Expand Down

0 comments on commit 38b28a6

Please sign in to comment.