eProsima / fastdds-visualizer-plugin

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

Corrected breaks when plotting array data #50

Closed dwbertol closed 1 year ago

dwbertol commented 1 year ago

The plugin breaks 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 https://github.com/eProsima/Fast-DDS/issues/2970

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

dwbertol commented 1 year ago

Hello @juanlofer-eprosima. I have made the changes according to the review.

Happy new year!