eProsima / fastdds-visualizer-plugin

PlotJuggler plugin for Fast DDS
https://eprosima.com
GNU General Public License v2.0
7 stars 4 forks source link

Removed utilization of DynamicData_ptr #49

Closed dwbertol closed 1 year ago

dwbertol commented 1 year ago

The plugin is breaking due to memory leaking when the dds message has arrays. This is related to the utilization of DynamicData_ptr and asynchronous deletion of data. This is in some way related to the same problem of eProsima/Fast-DDS#2970

Signed-off-by: Douglas Bertol dwbertol@gmail.com