Skip to content

Memory leak in generation DDS network #4474

Answered by iguessthislldo
ehgus607 asked this question in Q&A
Discussion options

You must be logged in to vote

I am working on a project to create a DDS network automatically by creating a wrapping code in API for each DDS vendor and reading files containing the information of the DDS network.

That sounds very similar to bench, specifically the builder library that's part of bench, though bench only currently works with OpenDDS. @simpsont-oci may be able to speak on how easy it would be to have it use other DDS vendors. Regardless of that, it would probably serve as a good reference.

I think it's because of the difference and characteristics between _var and _ptr.

This is part of the CORBA memory management. It's reference counted like std::shared_ptr, but unfortunately it requires much more c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ehgus607
Comment options

Answer selected by ehgus607
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants