eclipse-uprotocol / eclipse-uprotocol/up-cpp
Valgrind: Leak Check / DRD: NotificationTest possible memleak, thread error
Open
quality
- Dominant language
- C++
- Stars
- 29
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce locally
```bash lint/valgrind.sh build/Release/bin/NotificationTest```
```
==145550== LEAK SUMMARY:
==145550== definitely lost: 0 bytes in 0 blocks
==145550== indirectly lost: 0 bytes in 0 blocks
==145550== possibly lost: 411 bytes in 13 blocks
==145550== still reachable: 33,135 bytes in 423 blocks
==145550== suppressed: 0 bytes in 0 blocks
==145550==
==145550== For lists of detected and suppressed errors, rerun with: -s
==145550== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
```
Contributor guide
Assessment
This issue has not been assessed yet.