Skip to content

check: Avoid race with leaks test

Edward Hervey requested to merge bilboed/gstreamer:leaksrace into master

The problem is that the taskpool might not have completely drained by the time we check for leaks.

Instead, ensure all tasks have stopped before testing for valid results.

Merge request reports