Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Make CI fail on valgrind leaks #133

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

Valgrind won't report error status unless --leak-check is something more than the default. This has resulted in some leaks in our test code.

This PR makes sure that CI fails on leaks and fixes the few leaks we had.

Fixes #99