Skip to content

Memory leak: HeartBeat.delivery_ratios is never free()'d #14

@CBielstein

Description

@CBielstein

This is because potentially multiple nodes receive the same pointer. Try converting HeartBeat from struct to class, possibly. Although that may mess with sending and receiving data, as classes aren't guaranteed to have data ordered contiguously in memory.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions