eclipse-uprotocol / eclipse-uprotocol/up-cpp
Valgrind : Leak check / DRD : NotificatoinSinkTest possible mem leak
Open
quality
- Dominant language
- C++
- Stars
- 29
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Possible mem leak
To reproduce locally:
```bash lint/valgrind.sh build/Release/bin/NotificationSinkTest```
```
==145455== LEAK SUMMARY:
==145455== definitely lost: 0 bytes in 0 blocks
==145455== indirectly lost: 0 bytes in 0 blocks
==145455== possibly lost: 411 bytes in 13 blocks
==145455== still reachable: 32,889 bytes in 420 blocks
==145455== suppressed: 0 bytes in 0 blocks
==145455==
```
Contributor guide
Assessment
This issue has not been assessed yet.