Skip to content

Fix straightforward memory leaks in tests

Simon McVittie requested to merge wip/test-leaks into master
  • socket-service test: Don't leak writev vectors

    Detected by AddressSanitizer.

  • threadpool test: Don't leak the thread pool

    Detected by AddressSanitizer.

Merge request reports