Skip to content

Commit 3d0320d

Browse files
committed
very minor fix to explicitly release this capture
1 parent d17f264 commit 3d0320d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/libcyphal/presentation/presentation.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class Presentation final : private detail::IPresentationDelegate
129129

130130
~Presentation()
131131
{
132+
unref_nodes_deleter_callback_.reset();
132133
destroyUnreferencedNodes();
133134

134135
CETL_DEBUG_ASSERT(shared_client_nodes_.empty(), //

0 commit comments

Comments
 (0)