Skip to content

Fix two trivial test leaks

Daniel Stone requested to merge daniels/weston:trivial-test-leaks into main

The common helper has a copy & paste-o which overwrote the output name with the output description, and the single-pixel-buffer test forgot to free the factory object.

Merge request reports