eclipse-uprotocol / eclipse-uprotocol/up-cpp

Valgrind : Leak Check : UMessageValidatorTest possible memleak

Open
#286 0 comments 0 reactions 0 assignees View on GitHub
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/UMessageValidatorTest
```

```
Tool: LEAK CHECK
------------------------
FAILURE DETECTED: ==156307== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
```

```==146295== LEAK SUMMARY:
==146295== definitely lost: 0 bytes in 0 blocks
==146295== indirectly lost: 0 bytes in 0 blocks
==146295== possibly lost: 190 bytes in 6 blocks
==146295== still reachable: 15,107 bytes in 175 blocks
==146295== suppressed: 0 bytes in 0 blocks
==146295==
==146295== For lists of detected and suppressed errors, rerun with: -s
==146295== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.