memory leak

1 post / 0 new
Offline
Last seen: 6 years 10 months ago
Joined: 04/16/2018
Posts: 1
memory leak

Hi there,

In a scenario where data is accessed by a subscriber who has multiple Datareaders, and data is written by a Datawriter belong to a publisher who has multiple Datawriters. The problem is that valgrind reports definitely lost against RTI Connext DDS libraries.

For example, every time ModuleExchangeMsgListener_on_data_on_readers is called, dozens of bytes are definitely lost. It seems some ressources are not free'd.

ModuleExchangeMsg is my data type, and I run the rtiddsgen utility to generate the type-specific support code.

The valgrind report is attached to this comment. Can anybody help me?

Best regards

AttachmentSize
Plain text icon memlog.txt22.16 KB
Keywords: